We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dca396 commit b8f2959Copy full SHA for b8f2959
.github/workflows/test-package.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
matrix:
16
# Define the Python versions you want to test
17
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
18
steps:
19
- uses: actions/checkout@v2
20
0 commit comments