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 54da0e2 commit 1359317Copy full SHA for 1359317
1 file changed
.github/workflows/all-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- python-version: ["3.9", "3.13"] # Lower and higher versions we support
+ python-version: ["3.10", "3.13"] # Lower and higher versions we support
27
os: [macos-latest, windows-latest, ubuntu-latest]
28
steps:
29
- uses: actions/checkout@v4
0 commit comments