diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f8de68..9993a1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ workflow: when: never default: - image: python:3.7 + image: python:3.13 stages: - test @@ -32,7 +32,7 @@ stages: py38: stage: test - image: python:3.8 + image: python:3.13 before_script: - *install_tox_and_poetry script: @@ -47,7 +47,7 @@ py37: py36: stage: test - image: python:3.6 + image: python:3.13 before_script: - *install_tox_and_poetry script: