Add Python 3.11 to the CI config

This commit is contained in:
Miro Hrončok 2022-01-03 13:17:20 +01:00
parent d7ea69e6ab
commit e105d6e33e

View File

@ -35,6 +35,9 @@
- smoke310:
dir: python/smoke
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
- smoke311:
dir: python/smoke
run: VERSION=3.11 METHOD=virtualenv ./venv.sh
required_packages:
- gcc
- virtualenv
@ -44,5 +47,6 @@
- python3.8
- python3.9
- python3.10
- python3.11
- python3-devel
- python3-tox