We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec3fd85 commit 4aa60c6Copy full SHA for 4aa60c6
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
33
fail-fast: false
34
defaults:
35
run:
0 commit comments