Skip to content
Snippets Groups Projects
Commit e7b233aa authored by Moul's avatar Moul
Browse files

(ci) Introduce tests:3.11 job (#194)

Set default PYTHON_VERSION to 3.11
parent c61220a4
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !191. Comments created here will be created in the context of that merge request.
...@@ -6,7 +6,7 @@ stages: ...@@ -6,7 +6,7 @@ stages:
variables: variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry" DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.9" PYTHON_VERSION: "3.11"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
...@@ -111,6 +111,9 @@ tests:3.10: ...@@ -111,6 +111,9 @@ tests:3.10:
variables: variables:
PYTHON_VERSION: "3.10" PYTHON_VERSION: "3.10"
tests:3.11:
extends: .tests
release: release:
stage: release stage: release
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment