We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0056e7 commit 5bfee3eCopy full SHA for 5bfee3e
4 files changed
.github/workflows/run-tests.yml
@@ -8,7 +8,7 @@ jobs:
8
run-tests:
9
strategy:
10
matrix:
11
- python: ["3.9", "3.10", "3.11", "3.12"]
+ python: ["3.10", "3.11", "3.12"]
12
os: [ubuntu-latest, macos-latest]
13
runs-on: ${{ matrix.os }}
14
env:
0 commit comments