Skip to content
Snippets Groups Projects

Add support for Python 3.12

Merged Eva Bardou requested to merge support-py312 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 7
4
@@ -4,7 +4,7 @@ stages:
- deploy
lint:
image: python:3.10
image: python:3.12-slim
stage: test
cache:
@@ -21,11 +21,14 @@ lint:
before_script:
- pip install pre-commit
# Install git
- apt-get update -q -y && apt-get install -q -y --no-install-recommends git
script:
- pre-commit run -a
test:
image: python:3.10
image: python:3.12-slim
stage: test
cache:
@@ -65,7 +68,7 @@ docker-build:
# Make sure docs still build correctly
.docs:
image: python:3.10
image: python:3.12
artifacts:
paths:
- public
@@ -147,7 +150,7 @@ docs-stop-surge:
deploy-pypi:
stage: deploy
image: python:3.10
image: python:3.12
only:
- tags
Loading