diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7644528..616ffe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,16 +16,16 @@ stages: pytest-3.10: extends: .pytest - image: python:3.10-alpine + image: python:3.14-alpine pytest-3.11: extends: .pytest - image: python:3.11-alpine + image: python:3.14-alpine pytest-3.12: extends: .pytest - image: python:3.12-alpine + image: python:3.14-alpine pytest-3.13: extends: .pytest - image: python:3.13-alpine + image: python:3.14-alpine pytest-3.14: extends: .pytest image: python:3.14-alpine