Skip to content
Snippets Groups Projects

Add Python 3.12 to tests

Merged Joscha Schmiedt requested to merge f-py312 into dev
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -112,7 +112,7 @@ unittest_py3.13:
tags: [ docker ]
stage: test
needs: [ ]
image: python:3.13
image: python:3.13-rc
script: *python_test_script
Loading