From e105d6e33e5544ab49574ef303599fb3f2c852a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 3 Jan 2022 13:17:20 +0100 Subject: [PATCH] Add Python 3.11 to the CI config --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) 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