From 72c544c1fbe8fdda35640c6ed8896a91f08aff4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 16 Nov 2022 17:33:36 +0100 Subject: [PATCH] CI: Add Python 3.11 and 3.12 --- tests/tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 3557c5f..fa28cbf 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -28,6 +28,12 @@ - smoke310: dir: python/smoke run: VERSION=3.10 ./venv.sh + - smoke311: + dir: python/smoke + run: VERSION=3.11 ./venv.sh + - smoke312: + dir: python/smoke + run: VERSION=3.12 ./venv.sh - smoke27: dir: python/smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh @@ -49,6 +55,12 @@ - smoke310_virtualenv: dir: python/smoke run: VERSION=3.10 METHOD=virtualenv ./venv.sh + - smoke311_virtualenv: + dir: python/smoke + run: VERSION=3.11 METHOD=virtualenv ./venv.sh + - smoke312_virtualenv: + dir: python/smoke + run: VERSION=3.12 METHOD=virtualenv ./venv.sh - pyproject_pytest: dir: pyproject-rpm-macros/tests run: ./mocktest.sh python-pytest @@ -64,6 +76,8 @@ - python3.8 - python3.9 - python3.10 + - python3.11-devel + - python3.12-devel - python3-devel - python3-tox - mock