We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f7f4e commit 0659d62Copy full SHA for 0659d62
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
matrix:
34
os: [ubuntu-latest, macos-latest, windows-latest]
35
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
36
runs-on: ${{ matrix.os }}
37
steps:
38
- uses: actions/checkout@v4
0 commit comments