Why do Python versions 3.10+ have their minor versions in the package name? #118361
-
I noticed the other day that Python 3 versions are listed as such:
You can see how Python 3.10, 3.11, and 3.12 are named in the Name column, whereas those ≤3.9 are just listed as “Python 3”. Was this a design decision for the double-digit minor versions, or is this just happenstance? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
-
All renamed (and enhanced) now. |
Beta Was this translation helpful? Give feedback.
The
Python
PackageName is an artifact from an earlier era when Python's minor versions lived under the same PackageId. The old manifests were probably moved as is into their new PackageId without undergoing individual modifications to update their PackageNames.