Skip to content
Snippets Groups Projects

#188: Introduce Python 3.10 test job

Merged Moul requested to merge 188_Py_310 into main
Files
2
+ 6
0
@@ -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:
Loading