Python 3.14.0b3 has bumped the .pyc mgaic number (=bytecode version). All packages with the old .pyc files need to be rebuilt. The current plan is that we'll let the mass rebuild handle most of it, then start actively tracking packages that failed to build using this tracker bugzilla. Packages that are mid Python 3.14 bootrap will receive a manual bump now. Packages that are already failing to build may already be added here, but don't expect the list to be complete.
https://github.com/befeleme/mini-mass-rebuild/blob/python3.14/bytecodes.py is a script from the last time we did this with Python 3.11 It needs: - emptying bytecodes.json - updating constants for Python 3.14 and Fedora 43 (and 44) - updating datetimes for this build https://koji.fedoraproject.org/koji/buildinfo?buildID=2733872 (python3.14-3.14.0~b3-1.fc43)