We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8788d1 commit d7ee84cCopy full SHA for d7ee84c
1 file changed
.github/workflows/pytest-coverage.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- python-version: ["3.9"]
+ python-version: ["3.12", "3.13"]
27
os: [ubuntu-latest, windows-latest, macos-latest]
28
runs-on: ${{ matrix.os }}
29
steps:
0 commit comments