From 737c17130b72ab7c888ad94253b53e12c02ec86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 25 May 2021 00:51:00 +0200 Subject: [PATCH] Fedora CI: Cleanup for Fedora 32 EOL and prepare for Python 3.5 retirement Fedora 32 was the last one to include Python 3.4 https://fedoraproject.org/wiki/Changes/RetirePython34 Fedora 35 will be the first one not to include Python 3.5 https://fedoraproject.org/wiki/Changes/RetirePython3.5 --- tests/tests.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index daeea31..3557c5f 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -10,12 +10,9 @@ - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" dest: "pyproject-rpm-macros" tests: - - smoke34_optional: + - smoke35_optional: dir: python/smoke - run: VERSION=3.4 INSTALL_OR_SKIP=true ./venv.sh - - smoke35: - dir: python/smoke - run: VERSION=3.5 ./venv.sh + run: VERSION=3.5 INSTALL_OR_SKIP=true ./venv.sh - smoke36: dir: python/smoke run: VERSION=3.6 ./venv.sh @@ -34,12 +31,9 @@ - smoke27: dir: python/smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh - - smoke34_virtualenv_optional: + - smoke35_virtualenv_optional: dir: python/smoke - run: VERSION=3.4 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh - - smoke35_virtualenv: - dir: python/smoke - run: VERSION=3.5 METHOD=virtualenv ./venv.sh + run: VERSION=3.5 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh - smoke36_virtualenv: dir: python/smoke run: VERSION=3.6 METHOD=virtualenv ./venv.sh @@ -65,7 +59,6 @@ - gcc - virtualenv - python2.7 - - python3.5 - python3.6 - python3.7 - python3.8