diff --git a/tests/tests.yml b/tests/tests.yml index 06bed89..4a50696 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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