Skip to content
Snippets Groups Projects
Commit 4e6201fd authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

test more version for main, only one for other branches

parent 712858d1
No related branches found
No related tags found
1 merge request!13test more version for main, only one for other branches
Pipeline #14690 passed with stage
in 1 minute and 28 seconds
......@@ -8,7 +8,15 @@ run_tests:
- coverage report -m
parallel:
matrix:
- VERSION: ['3.8', '3.11']
- VERSION: [
"3.09", # oldest supported
"3.10", # scope for web app
"3.11", #
"3.12", #
"3.13", # latest,
]
rules:
- if: '$CI_COMMIT_BRANCH == "main" || $PYTHON_VERSION == "3.10"'
......
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