CI: Add Python 3.12
This commit is contained in:
parent
c3f04d6b6d
commit
25bc125898
@ -31,6 +31,9 @@
|
|||||||
- smoke311:
|
- smoke311:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.11 ./venv.sh
|
run: VERSION=3.11 ./venv.sh
|
||||||
|
- smoke312:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.12 ./venv.sh
|
||||||
- smoke27:
|
- smoke27:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
run: VERSION=2.7 METHOD=virtualenv ./venv.sh
|
||||||
@ -55,6 +58,9 @@
|
|||||||
- smoke311_virtualenv:
|
- smoke311_virtualenv:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
|
||||||
|
- smoke312_virtualenv:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
||||||
- pipenv:
|
- pipenv:
|
||||||
run: pipenv --three && pipenv install six
|
run: pipenv --three && pipenv install six
|
||||||
- pyproject_pytest:
|
- pyproject_pytest:
|
||||||
@ -80,6 +86,7 @@
|
|||||||
- python3.9
|
- python3.9
|
||||||
- python3.10-devel
|
- python3.10-devel
|
||||||
- python3.11-devel
|
- python3.11-devel
|
||||||
|
- python3.12-devel
|
||||||
- python2-devel
|
- python2-devel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
Loading…
Reference in New Issue
Block a user