update Python versions in CI
This commit is contained in:
parent
bbdac4045d
commit
807b252331
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ test:python:
|
|||
image: docker.io/python:$PYTHON_VERSIONS
|
||||
parallel:
|
||||
matrix:
|
||||
- PYTHON_VERSIONS: [ "3.6", "3.7", "3.8", "3.9" ]
|
||||
- PYTHON_VERSIONS: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
|
||||
script:
|
||||
- pip install tox
|
||||
- make headers
|
||||
|
|
Loading…
Reference in a new issue