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 ee2b4cb commit e31f78eCopy full SHA for e31f78e
1 file changed
.github/workflows/ci.yaml
@@ -95,7 +95,7 @@ jobs:
95
strategy:
96
fail-fast: true
97
matrix:
98
- python-version: ["3.9", "3.10", "3.11", "3.12","3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13"]
99
uses: ./.github/workflows/test.yml
100
with:
101
coverage: ${{ matrix.python-version == '3.12' }}
0 commit comments