Skip to content
Snippets Groups Projects
Commit 83ea33e9 authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Add python3.12

parent 02bc5bca
Branches
Tags
No related merge requests found
......@@ -41,4 +41,10 @@ test-py3.11:
script:
- pip3 install -r requirements.txt
- python3.11 -m pytest --cov rpg tests
test-py3.12:
image: python:3.12
stage: py312
script:
- pip3 install -r requirements.txt
- python3.12 -m pytest --cov rpg tests
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment