Skip to content
Snippets Groups Projects
Commit 5c11c641 authored by Georges Racinet's avatar Georges Racinet :squid:
Browse files

CI/CD: compat job for Python 3.9

The base images now have 3.11 by default, so we need to test
with the Python version in use in Omnibus as well.

This was made much simpler with the binary Mercurial wheels.
parent 05cb41fe
No related branches found
No related tags found
1 merge request!122CI/CD: compat job for Python 3.9
Pipeline #102461 failed
......@@ -93,6 +93,12 @@
stage: compat
image: ${BASE_IMAGES_MERCURIAL}/hg-default:${BASE_IMAGES_TAG}
tests-py3.9:
extends:
- .tests-no-lint
stage: compat
image: ${BASE_IMAGES_MERCURIAL}/hg-current:${BASE_IMAGES_TAG}-py3.9
tests-hg-git-default:
rules:
- if: '$CI_COMMIT_HG_BRANCH == "default"'
......
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