We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ff5fa commit e88f85fCopy full SHA for e88f85f
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest, windows-latest, macos-latest]
17
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.10", "3.11", "3.12"]
18
runs-on: ${{ matrix.os }}
19
20
steps:
0 commit comments