Skip to content

Commit 9eee610

Browse files
authored
[GithubActions] Deprecating 3.8 and adding 3.13
https://devguide.python.org/versions/
1 parent 04c918d commit 9eee610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
16+
python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
1717
os: ['ubuntu-20.04', 'macos-latest', 'windows-latest', 'linux-arm64']
1818
experimental: [false]
1919
# exclude:

0 commit comments

Comments
 (0)