mirror of https://github.com/jab/bidict.git
Test against py3.13 in CI, collect coverage there
This commit is contained in:
parent
01e60820cd
commit
b14773cc46
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue