Skip to content

Commit d7ee84c

Browse files
authored
Updated CI to run on Python 3.12 & 3.13
1 parent e8788d1 commit d7ee84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
python-version: ["3.9"]
26+
python-version: ["3.12", "3.13"]
2727
os: [ubuntu-latest, windows-latest, macos-latest]
2828
runs-on: ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)