diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b43e3054095a7caf4127dfe5a93656bdb9f1564c..a797adf21bd4a1c3aeef045ef683a4b4a299cfba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,9 @@ stages: - pip install -r requirements_dev.txt parallel: matrix: - - VERSION: ['3.8', '3.9', '3.10', '3.11'] # https://hub.docker.com/_/python + - VERSION: ['3.9', '3.10', '3.11', '3.12', '3.13'] + # Tags: https://hub.docker.com/_/python + # Supported: https://devguide.python.org/versions/ lint-python: extends: .python-req