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

[ci] #177: Set Py3.9 as default where pre-commit is installed

parent 60c2437a
No related branches found
No related tags found
No related merge requests found
Pipeline #13035 passed
...@@ -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.8" PYTHON_VERSION: "3.9"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
...@@ -96,12 +96,12 @@ tests-3.7: ...@@ -96,12 +96,12 @@ tests-3.7:
tests-3.8: tests-3.8:
extends: .tests extends: .tests
tags: [redshift] tags: [redshift]
variables:
PYTHON_VERSION: "3.8"
tests-3.9: tests-3.9:
extends: .tests extends: .tests
tags: [redshift] tags: [redshift]
variables:
PYTHON_VERSION: "3.9"
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