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

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

View File

@ -22,17 +22,17 @@ 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
- name: python-38
image: docker.io/library/python:3.8
image: docker.io/library/python:3.12
<<: *pytest_base