We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d242db commit b2b2bffCopy full SHA for b2b2bff
1 file changed
.github/workflows/test-unit.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
# Define the Python versions you want to test
19
- python-version: ["3.8", "3.9", "3.10", "3.11"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20
steps:
21
- uses: actions/checkout@v2
22
0 commit comments