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

[ci] #118: Set default Python version to 3.9 for the jobs

- Remove the now useless version statement from the Format job
parent 13bf5da5
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ stages:
variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.6"
PYTHON_VERSION: "3.9"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
......@@ -45,7 +45,6 @@ format:
extends:
- .changes
stage: format
image: $DOCKER_IMAGE/3.8:latest
script:
- make check-format
......
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