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 68bf84e commit d01a180Copy full SHA for d01a180
.github/workflows/tests.yml
@@ -59,7 +59,7 @@ jobs:
59
fail-fast: true
60
matrix:
61
os: [ubuntu-latest, windows-latest, macos-latest]
62
- python_version: ["3.9", "3.12", "3.13"]
+ python_version: ["3.10", "3.11", "3.12", "3.13"]
63
64
runs-on: ${{ matrix.os }}
65
0 commit comments