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

[ci] #188: Introduce Python 3.10 test job

parent 783237bd
No related branches found
No related tags found
1 merge request!168#188: Introduce Python 3.10 test job
Pipeline #14107 passed
......@@ -114,6 +114,12 @@ tests:3.9:cov:
- poetry install
- poetry run pytest --cov duniterpy --cov-report html:cov_html --cov-report term
tests:3.10:
extends: .tests
tags: [redshift]
variables:
PYTHON_VERSION: "3.10"
release:
stage: release
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment