Skip to content
Snippets Groups Projects

Add support for Python 3.10, 3.11, 3.12

Merged Cédric Krier requested to merge topic/default/python-3.12 into branch/default
4 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -57,7 +57,7 @@
- tox -e "py${PYTHON_VERSION/./}" -vv -- -v --output-file junit.xml
parallel:
matrix:
- PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9"]
- PYTHON_VERSION: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
test-tox-pypy:
extends: .test-tox
Loading