Skip to content

Commit a2bc9d3

Browse files
authored
main: Update python Docker tag to v3.13 (#1669)
1 parent c770ed5 commit a2bc9d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/python/.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ stages:
3535

3636
pytest-3.7:
3737
extends: .pytest
38-
image: python:3.7-alpine
38+
image: python:3.13-alpine
3939
pytest-3.8:
4040
extends: .pytest
41-
image: python:3.8-alpine
41+
image: python:3.13-alpine
4242
pytest-3.9:
4343
extends: .pytest
44-
image: python:3.9-alpine
44+
image: python:3.13-alpine
4545
pytest-3.10:
4646
extends: .pytest
47-
image: python:3.10-alpine
47+
image: python:3.13-alpine
4848
pytest-3.11:
4949
extends: .pytest
50-
image: python:3.11-alpine
50+
image: python:3.13-alpine

0 commit comments

Comments
 (0)