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 8b5582b commit 8f994c0Copy full SHA for 8f994c0
1 file changed
.github/workflows/test-template.yml
@@ -28,7 +28,7 @@ jobs:
28
run_tests:
29
strategy:
30
matrix:
31
- python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python_version: ["3.10", "3.11", "3.12", "3.13"]
32
os: [ubuntu-24.04, macos-14]
33
runs-on: ${{ matrix.os }}
34
env:
0 commit comments