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

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

Moved pre-commit and git installation from 3.9 to 3.11 container
parent e0d3e08c
No related branches found
No related tags found
1 merge request!221Introduce Python v3.11 support
...@@ -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
...@@ -121,6 +121,8 @@ tests:3.8: ...@@ -121,6 +121,8 @@ tests:3.8:
tests:3.9: tests:3.9:
extends: .tests extends: .tests
variables:
PYTHON_VERSION: "3.9"
tests:3.10: tests:3.10:
extends: .tests extends: .tests
...@@ -129,8 +131,6 @@ tests:3.10: ...@@ -129,8 +131,6 @@ tests:3.10:
tests:3.11:cov: tests:3.11:cov:
extends: .tests extends: .tests
variables:
PYTHON_VERSION: "3.11"
coverage: '/(?i)total.*\s+(\d+%)/' coverage: '/(?i)total.*\s+(\d+%)/'
script: script:
- poetry install - poetry install
......
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