update Python versions in CI

master
Hubert Chathi 2023-11-21 21:25:02 -05:00
parent bbdac4045d
commit 807b252331
1 changed files with 1 additions and 1 deletions

View File

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