Skip to content

Commit 97045d0

Browse files
Update python Docker tag to v3.14
1 parent 1685166 commit 97045d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dreamkast_api/.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ stages:
1212

1313
test-3.5:
1414
extends: .tests
15-
image: python:3.5-alpine
15+
image: python:3.14-alpine
1616
test-3.6:
1717
extends: .tests
18-
image: python:3.6-alpine
18+
image: python:3.14-alpine
1919
test-3.7:
2020
extends: .tests
21-
image: python:3.7-alpine
21+
image: python:3.14-alpine
2222
test-3.8:
2323
extends: .tests
24-
image: python:3.8-alpine
24+
image: python:3.14-alpine

0 commit comments

Comments
 (0)