From 7e823632fbe887c270dbcf57b1e8c0ef3634d41d Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Wed, 18 Aug 2021 13:44:18 +0200 Subject: [PATCH] Fedora CI: Fedora 35 doesn't include Python 3.5 anymore The relevant Fedora Change: https://fedoraproject.org/wiki/Changes/RetirePython3.5 --- tests/tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index 5655d1c..f6bfaa8 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,9 +13,9 @@ - smoke27: dir: python/smoke run: VERSION=2.7 METHOD=virtualenv ./venv.sh - - smoke35: + - smoke35_optional: dir: python/smoke - run: VERSION=3.5 METHOD=virtualenv ./venv.sh + run: VERSION=3.5 METHOD=virtualenv INSTALL_OR_SKIP=true ./venv.sh - smoke36: dir: python/smoke run: VERSION=3.6 METHOD=virtualenv ./venv.sh @@ -41,7 +41,6 @@ - gcc - virtualenv - python2.7 - - python3.5 - python3.6 - python3.7 - python3.8