CI: Add Python 3.12

This commit is contained in:
Miro Hrončok 2022-11-15 15:22:33 +01:00 committed by Karolina Surma
parent c3f04d6b6d
commit 25bc125898

View File

@ -31,6 +31,9 @@
- smoke311:
dir: python/smoke
run: VERSION=3.11 ./venv.sh
- smoke312:
dir: python/smoke
run: VERSION=3.12 ./venv.sh
- smoke27:
dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
@ -55,6 +58,9 @@
- smoke311_virtualenv:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
- smoke312_virtualenv:
dir: python/smoke
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
- pipenv:
run: pipenv --three && pipenv install six
- pyproject_pytest:
@ -80,6 +86,7 @@
- python3.9
- python3.10-devel
- python3.11-devel
- python3.12-devel
- python2-devel
- python3-devel
- python3-tox