Do not Recommend python2.7 on Fedora 41+
- https://fedoraproject.org/wiki/Changes/RetirePython2.7 Also, make the CI test ready for the retirement.
This commit is contained in:
parent
b7f56e2c59
commit
daf03eccbb
2 changed files with 6 additions and 6 deletions
|
|
@ -79,7 +79,6 @@ Summary: %{summary}
|
|||
# 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: python2.7
|
||||
Recommends: python3.6
|
||||
Recommends: python3.7
|
||||
Recommends: python3.8
|
||||
|
|
@ -87,8 +86,11 @@ Recommends: python3.9
|
|||
Recommends: python3.10
|
||||
Recommends: pypy2-devel
|
||||
Recommends: pypy3-devel
|
||||
Recommends: python2-devel
|
||||
Recommends: python3-devel
|
||||
%if 0%{?fedora} && 0%{?fedora} < 41
|
||||
Recommends: python2.7
|
||||
Recommends: python2-devel
|
||||
%endif
|
||||
# Instead of adding new Pythons here, add `Supplements: tox` to them, see:
|
||||
# https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/NVVUXSVSPFQOWIGBE2JNI67HEO7R63ZQ/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue