diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4525f8..edf33ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ stages: test-3.6: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine test-3.7: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine test-3.8: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine test-3.9: extends: .tests - image: python:3.13-alpine + image: python:3.14-alpine