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
......@@ -6,7 +6,7 @@ stages:
variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.9"
PYTHON_VERSION: "3.11"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
......@@ -111,6 +111,9 @@ tests:3.10:
variables:
PYTHON_VERSION: "3.10"
tests:3.11:
extends: .tests
release:
stage: release
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment