Skip to content
Snippets Groups Projects

Add Python v3.12 job #196

Merged Moul requested to merge 196_intro_Py3.12 into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -119,6 +119,11 @@ tests:3.11:cov:
coverage_format: cobertura
path: coverage.xml
tests:3.12:
extends: .tests
variables:
PYTHON_VERSION: "3.12"
release:
stage: release
script:
Loading