We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c918d commit 9eee610Copy full SHA for 9eee610
.github/workflows/python_package.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
+ python-version: [3.9, '3.10', '3.11', '3.12', '3.13']
17
os: ['ubuntu-20.04', 'macos-latest', 'windows-latest', 'linux-arm64']
18
experimental: [false]
19
# exclude:
0 commit comments