CI: Add Python 3.12

epel9 imports/epel9/python-virtualenv-20.21.1-14.el9
Miro Hrončok 3 months ago
parent 2ecd9f5d91
commit 50c53d7319

@ -32,6 +32,18 @@
- smoke311sp: - smoke311sp:
dir: python/smoke dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv-seeder-pip ./venv.sh run: VERSION=3.11 METHOD=virtualenv-seeder-pip ./venv.sh
- smoke312:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
- smoke312d:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv-download TOX=false ./venv.sh
- smoke312nd:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv-no-download ./venv.sh
- smoke312sp:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv-seeder-pip ./venv.sh
- rpm_qa: - rpm_qa:
run: rpm -qa | sort run: rpm -qa | sort
required_packages: required_packages:
@ -39,6 +51,7 @@
- virtualenv - virtualenv
- python3.9 - python3.9
- python3.11-devel - python3.11-devel
- python3.12-devel
- python3-devel - python3-devel
- python3-tox - python3-tox
- rpm - rpm

Loading…
Cancel
Save