chore(deps): update docker.io/library/python docker tag to v3.12

This commit is contained in:
renovate[bot] 2023-12-23 22:27:02 +00:00 committed by GitHub
parent 33089cd159
commit a131d96364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@ steps:
<<: *pytest_base
- name: python-311
image: docker.io/library/python:3.11
image: docker.io/library/python:3.12
<<: *pytest_base
- name: python-310
image: docker.io/library/python:3.10
image: docker.io/library/python:3.12
<<: *pytest_base
- name: python-39
image: docker.io/library/python:3.9
image: docker.io/library/python:3.12
<<: *pytest_base