Add Python 3.11 to the CI config
This commit is contained in:
parent
d7ea69e6ab
commit
e105d6e33e
@ -35,6 +35,9 @@
|
|||||||
- smoke310:
|
- smoke310:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
|
||||||
|
- smoke311:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
|
||||||
required_packages:
|
required_packages:
|
||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
@ -44,5 +47,6 @@
|
|||||||
- python3.8
|
- python3.8
|
||||||
- python3.9
|
- python3.9
|
||||||
- python3.10
|
- python3.10
|
||||||
|
- python3.11
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
Loading…
Reference in New Issue
Block a user