From e959438be8d5010e1bcd073c876634ff5ea3d616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 Sep 2023 16:21:45 +0200 Subject: [PATCH] Prepare for Python 3.7 retirement --- tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests.yml b/tests.yml index 01f23b2..341a8c7 100644 --- a/tests.yml +++ b/tests.yml @@ -32,7 +32,7 @@ run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh' - smoke37: dir: smoke - run: runuser testuser -c 'VERSION=3.7 METHOD=venv ./venv.sh' + run: VERSION=3.7 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh - smoke38: dir: smoke run: runuser testuser -c 'VERSION=3.8 METHOD=venv ./venv.sh' @@ -80,7 +80,6 @@ - virtualenv - python2.7 - python3.6 - - python3.7 - python3.8 - python3.9 - python3.11