EPEL 9 CI: Add test for Python 3.11

(Python 3.12 will only be added when it is available.)
epel9 imports/e9/python-virtualenv-20.21.1-1.el9
Miro Hrončok 1 year ago
parent 228905dc5b
commit 88d3b2809d

@ -17,12 +17,22 @@
- smoke39sp:
dir: python/smoke
run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh
- smoke311:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
- smoke311nd:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv-no-download ./venv.sh
- smoke311sp:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv-seeder-pip ./venv.sh
- rpm_qa:
run: rpm -qa | sort
required_packages:
- gcc
- virtualenv
- python3.9
- python3.11-devel
- python3-devel
- python3-tox
- rpm

Loading…
Cancel
Save