We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd5ce3 commit 10d04eaCopy full SHA for 10d04ea
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
test:
29
strategy:
30
matrix:
31
- python: ["3.9", "3.10", "3.11", "3.12"] # , "3.13"
+ python: ["3.10", "3.11", "3.12", "3.13"]
32
platform:
33
- ubuntu-latest
34
# - macos-latest
0 commit comments