diff --git a/python3.13.spec b/python3.13.spec index d056efa..d44d76d 100644 --- a/python3.13.spec +++ b/python3.13.spec @@ -62,12 +62,7 @@ License: Python-2.0.1 # Whether to use RPM build wheels from the python-{pip,setuptools,wheel}-wheel packages # Uses upstream bundled prebuilt wheels otherwise -# Only F39+ has a pip new enough to work with Python 3.12 -%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10 %bcond_without rpmwheels -%else -%bcond_with rpmwheels -%endif # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python.