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

(ci) Set default PYTHON_VERSION to 3.11 (#194)

parent f995ca95
No related branches found
No related tags found
1 merge request!176Add support for Python v3.11
......@@ -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
......@@ -100,6 +100,8 @@ tests:3.8:
tests:3.9:cov:
extends: .tests
variables:
PYTHON_VERSION: "3.9"
coverage: '/(?i)total.*\s+(\d+%)/'
script:
- poetry install
......@@ -121,8 +123,6 @@ tests:3.10:
tests:3.11:
extends: .tests
variables:
PYTHON_VERSION: "3.11"
release:
stage: release
......
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