diff --git a/dreamkast_api/.gitlab-ci.yml b/dreamkast_api/.gitlab-ci.yml index 7b0e377..b146a09 100644 --- a/dreamkast_api/.gitlab-ci.yml +++ b/dreamkast_api/.gitlab-ci.yml @@ -12,13 +12,13 @@ stages: test-3.5: extends: .tests - image: python:3.5-alpine + image: python:3.13-alpine test-3.6: extends: .tests - image: python:3.6-alpine + image: python:3.13-alpine test-3.7: extends: .tests - image: python:3.7-alpine + image: python:3.13-alpine test-3.8: extends: .tests - image: python:3.8-alpine + image: python:3.13-alpine