From 5cfff4defd93ca75ebc63f01fbdc54a8a1f6a539 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Wed, 27 Sep 2023 08:45:41 +0200 Subject: [PATCH] Remove retired Python 3.7 from CI configuration --- tests/tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index e1fd72d..734753a 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -16,9 +16,6 @@ - smoke36: dir: python/smoke run: VERSION=3.6 ./venv.sh - - smoke37: - dir: python/smoke - run: VERSION=3.7 ./venv.sh - smoke38: dir: python/smoke run: VERSION=3.8 ./venv.sh @@ -40,9 +37,6 @@ - smoke36_virtualenv: dir: python/smoke run: VERSION=3.6 METHOD=virtualenv ./venv.sh - - smoke37_virtualenv: - dir: python/smoke - run: VERSION=3.7 METHOD=virtualenv ./venv.sh - smoke38_virtualenv: dir: python/smoke run: VERSION=3.8 METHOD=virtualenv ./venv.sh @@ -66,7 +60,6 @@ - virtualenv - python2.7 - python3.6 - - python3.7 - python3.8 - python3.9 - python3.10-devel