From 86cfec4882eaa49652c3c514fffb748d1b390c04 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 1 Nov 2022 14:11:15 +0100 Subject: [PATCH] Add Python 3.12 into CI --- tests/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index 15fa3f4..649e868 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -38,6 +38,9 @@ - smoke311: dir: python/smoke run: VERSION=3.11 METHOD=virtualenv ./venv.sh + - smoke312: + dir: python/smoke + run: VERSION=3.12 METHOD=virtualenv ./venv.sh required_packages: - gcc - virtualenv @@ -48,4 +51,5 @@ - python3.9 - python3.10-devel - python3.11-devel + - python3.12-devel - tox