Test against py3.13 in CI, collect coverage there

This commit is contained in:
Joshua Bronson 2024-10-15 09:52:18 -04:00
parent 01e60820cd
commit b14773cc46
1 changed files with 2 additions and 1 deletions

View File

@ -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"