We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ea53a commit 81f7de1Copy full SHA for 81f7de1
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: true
22
matrix:
23
os: [ubuntu-latest, windows-latest, macos-latest]
24
- python_version: ["3.9", "3.10", "3.11", "3.12"]
+ python_version: ["3.10", "3.11", "3.12"]
25
runs-on: ${{ matrix.os }}
26
27
steps:
0 commit comments