Skip to content

Commit 70217bf

Browse files
committed
Update python Docker tag to v3.12
1 parent 668069e commit 70217bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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.6:
1414
extends: .tests
15-
image: python:3.11-alpine
15+
image: python:3.12-alpine
1616
test-3.7:
1717
extends: .tests
18-
image: python:3.11-alpine
18+
image: python:3.12-alpine
1919
test-3.8:
2020
extends: .tests
21-
image: python:3.11-alpine
21+
image: python:3.12-alpine
2222
test-3.9:
2323
extends: .tests
24-
image: python:3.11-alpine
24+
image: python:3.12-alpine

0 commit comments

Comments
 (0)