Skip to content

Commit

Permalink
main: Update python Docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2025
1 parent d9ecb5c commit ed69b96
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions regtests/client/python/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ stages:

pytest-3.7:
extends: .pytest
image: python:3.7-alpine
image: python:3.13-alpine
pytest-3.8:
extends: .pytest
image: python:3.8-alpine
image: python:3.13-alpine
pytest-3.9:
extends: .pytest
image: python:3.9-alpine
image: python:3.13-alpine
pytest-3.10:
extends: .pytest
image: python:3.10-alpine
image: python:3.13-alpine
pytest-3.11:
extends: .pytest
image: python:3.11-alpine
image: python:3.13-alpine

0 comments on commit ed69b96

Please sign in to comment.