Add Python 3.12 into CI

This commit is contained in:
Lumir Balhar 2022-11-01 14:11:15 +01:00
parent 370bb9cf4e
commit 86cfec4882

View File

@ -38,6 +38,9 @@
- smoke311:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
- smoke312:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
required_packages:
- gcc
- virtualenv
@ -48,4 +51,5 @@
- python3.9
- python3.10-devel
- python3.11-devel
- python3.12-devel
- tox