chore(deps): update python docker tag to v3.13 #2

Merged
renovate merged 1 commit from renovate/python-3.x into main 2025-01-05 01:06:51 +01:00
Showing only changes of commit 6e21cbcc97 - Show all commits

View file

@ -12,22 +12,22 @@ stages:
nosetest-2.7:
extends: .nosetest
image: python:2.7-alpine
image: python:3.13-alpine
nosetest-3.3:
extends: .nosetest
image: python:3.3-alpine
image: python:3.13-alpine
nosetest-3.4:
extends: .nosetest
image: python:3.4-alpine
image: python:3.13-alpine
nosetest-3.5:
extends: .nosetest
image: python:3.5-alpine
image: python:3.13-alpine
nosetest-3.6:
extends: .nosetest
image: python:3.6-alpine
image: python:3.13-alpine
nosetest-3.7:
extends: .nosetest
image: python:3.7-alpine
image: python:3.13-alpine
nosetest-3.8:
extends: .nosetest
image: python:3.8-alpine
image: python:3.13-alpine