diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a812ffc..1e0ff81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ stages: 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 \ No newline at end of file + image: python:3.14-alpine \ No newline at end of file