diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 863b2b118050e53eb797e5ea2d9d6efa16d4562b..80d995e24115061e88a04fac08285b7e995c706f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,14 +54,6 @@ variables: - bash ./.ci/unit_tests.sh -test:3.8: - image: python:3.8 - <<: *test_template - -test:3.9: - image: python:3.9 - <<: *test_template - test:3.10: image: python:3.10 <<: *test_template @@ -69,3 +61,11 @@ test:3.10: test:3.11: image: python:3.11 <<: *test_template + +test:3.12: + image: python:3.12 + <<: *test_template + +test:3.13: + image: python:3.13 + <<: *test_template