From 58f334d3853f14ba7230bdcb88ea26d12548db4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 9 Oct 2023 18:12:49 +0200 Subject: [PATCH] CI: Make Python 3.7 optional (it has been retired since F40) --- tests/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index c9a87d7..79f978a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -19,9 +19,9 @@ - smoke36: dir: python/smoke run: VERSION=3.6 METHOD=virtualenv ./venv.sh - - smoke37: + - smoke37_optional: 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 @@ -42,7 +42,6 @@ - virtualenv - python2.7 - python3.6 - - python3.7 - python3.8 - python3.9 - python3.10-devel