use 3.12 in builds

This commit is contained in:
Joel Falknau 2024-08-12 13:19:57 +10:00
parent 6aaba2bf3d
commit 046473def1
No known key found for this signature in database

View File

@ -126,7 +126,7 @@ test-3.12-all:
build-test:
stage: test
image: python:3.11-bullseye
image: python:3.12-bullseye
before_script:
- python -m pip install --upgrade pip
@ -145,13 +145,13 @@ build-test:
test-docs:
<<: *only-default
image: python:3.11-bullseye
image: python:3.12-bullseye
script:
- tox -e docs
deploy_production:
stage: deploy
image: python:3.11-bullseye
image: python:3.12-bullseye
before_script:
- python -m pip install --upgrade pip