diff --git a/python-tox.spec b/python-tox.spec index 2190d74..f3e1916 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -45,13 +45,12 @@ BuildRequires: python3-setuptools_scm # however it launches other Python versions as subprocesses. # It recommends all Python versions it supports. (This is an exception to # the rule that Fedora packages may not require the alternative interpreters.) -Recommends: python27 -Recommends: python34 -Recommends: python35 -Recommends: python36 -Recommends: python37 -Recommends: python38 -Recommends: python39 +Recommends: python2.7 +Recommends: python3.5 +Recommends: python3.6 +Recommends: python3.7 +Recommends: python3.8 +Recommends: python3.9 Recommends: pypy2-devel Recommends: pypy3-devel Recommends: python2-devel @@ -145,6 +144,7 @@ rm -rf .path %changelog * Wed May 13 2020 Tomas Hrnciar - 3.15.0-1 - Update to 3.15.0 +- Stop recommending Python 3.4 * Thu Mar 19 2020 Tomas Hrnciar - 3.14.6-1 - Update to 3.14.6