Skip to content

Commit

Permalink
Test against py3.13 in CI, collect coverage there
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Oct 15, 2024
1 parent ea9245b commit c6d0f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
matrix:
include:
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
- pyversion: "3.12"
- pyversion: "3.13"
enable_coverage: true
- pyversion: "3.12"
- pyversion: "3.11"
- pyversion: "3.10"
- pyversion: "3.9"
Expand Down

0 comments on commit c6d0f0a

Please sign in to comment.