From 88d3b2809d25f1b287598223526aa848801c8144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 3 Jan 2024 18:53:27 +0100 Subject: [PATCH] EPEL 9 CI: Add test for Python 3.11 (Python 3.12 will only be added when it is available.) --- tests/tests.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 2eb9602..440f3a0 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -17,12 +17,22 @@ - smoke39sp: dir: python/smoke run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh + - smoke311: + dir: python/smoke + run: VERSION=3.11 METHOD=virtualenv ./venv.sh + - smoke311nd: + dir: python/smoke + run: VERSION=3.11 METHOD=virtualenv-no-download ./venv.sh + - smoke311sp: + dir: python/smoke + run: VERSION=3.11 METHOD=virtualenv-seeder-pip ./venv.sh - rpm_qa: run: rpm -qa | sort required_packages: - gcc - virtualenv - python3.9 + - python3.11-devel - python3-devel - python3-tox - rpm