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 4bbe2e5 commit 7b823c8Copy full SHA for 7b823c8
.github/workflows/tests.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
31
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
32
os: [ubuntu-latest, macos-latest]
33
steps:
34
- uses: actions/checkout@v1
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
os: [ubuntu-latest, macos-latest, windows-latest]
50
51
0 commit comments