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: ...@@ -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
...@@ -100,6 +100,8 @@ tests:3.8: ...@@ -100,6 +100,8 @@ tests:3.8:
tests:3.9:cov: tests:3.9:cov:
extends: .tests extends: .tests
variables:
PYTHON_VERSION: "3.9"
coverage: '/(?i)total.*\s+(\d+%)/' coverage: '/(?i)total.*\s+(\d+%)/'
script: script:
- poetry install - poetry install
...@@ -121,8 +123,6 @@ tests:3.10: ...@@ -121,8 +123,6 @@ tests:3.10:
tests:3.11: tests:3.11:
extends: .tests extends: .tests
variables:
PYTHON_VERSION: "3.11"
release: release:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment