From aade1f853b748c18eacbc500d8dce8fc2e644b2f Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Thu, 23 Nov 2023 14:46:13 +0100 Subject: [PATCH] Adapt CI to removed Python 3.7 in rawhide --- tests/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 821c4aa..b1e3cdc 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -19,7 +19,7 @@ run: VERSION=3.6 METHOD=virtualenv ./venv.sh - smoke37: dir: python/smoke - run: VERSION=3.7 METHOD=virtualenv ./venv.sh + run: VERSION=3.7 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh - smoke38: dir: python/smoke run: VERSION=3.8 METHOD=virtualenv ./venv.sh @@ -51,7 +51,6 @@ - poetry - python2.7 - python3.6 - - python3.7 - python3.8 - python3.9 - python3.10-devel