7 ms·
That's an issue of dependency management though, not the runtime. Contrary to other distros, Fedora actually has a multitude of Python versions in their core
by Chiron1991 4y ago
That's an issue of dependency management though, not the runtime.
Contrary to other distros, Fedora actually has a multitude of Python versions in their core repositories. If you need 3.9 but 3.11 comes preinstalled, simply `dnf install python3.9`
- ehutch79 4y agoYou are correct! For us in particular, celery is already on the chopping block for another package, so we haven't bothered fixing it yet.