CI: Add Python 3.12
This commit is contained in:
parent
7715939f2f
commit
53513f5d18
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
- python3.11
|
||||
- python3.12-devel
|
||||
- python2-devel
|
||||
- python3-devel
|
||||
- python3-tox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue