From 50c53d7319616719326337dbe9babf41f82b4b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 Nov 2024 12:23:37 +0100 Subject: [PATCH] CI: Add Python 3.12 --- tests/tests.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 0e0eb5a..8426a32 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -32,6 +32,18 @@ - smoke311sp: dir: python/smoke run: VERSION=3.11 METHOD=virtualenv-seeder-pip ./venv.sh + - smoke312: + dir: python/smoke + run: VERSION=3.12 METHOD=virtualenv ./venv.sh + - smoke312d: + dir: python/smoke + run: VERSION=3.12 METHOD=virtualenv-download TOX=false ./venv.sh + - smoke312nd: + dir: python/smoke + run: VERSION=3.12 METHOD=virtualenv-no-download ./venv.sh + - smoke312sp: + dir: python/smoke + run: VERSION=3.12 METHOD=virtualenv-seeder-pip ./venv.sh - rpm_qa: run: rpm -qa | sort required_packages: @@ -39,6 +51,7 @@ - virtualenv - python3.9 - python3.11-devel + - python3.12-devel - python3-devel - python3-tox - rpm