Add Python 3.12 into CI
This commit is contained in:
parent
370bb9cf4e
commit
86cfec4882
@ -38,6 +38,9 @@
|
|||||||
- smoke311:
|
- smoke311:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
|
||||||
|
- smoke312:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.12 METHOD=virtualenv ./venv.sh
|
||||||
required_packages:
|
required_packages:
|
||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
@ -48,4 +51,5 @@
|
|||||||
- python3.9
|
- python3.9
|
||||||
- python3.10-devel
|
- python3.10-devel
|
||||||
- python3.11-devel
|
- python3.11-devel
|
||||||
|
- python3.12-devel
|
||||||
- tox
|
- tox
|
||||||
|
Loading…
Reference in New Issue
Block a user