You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently: Need to be manually calculated by users (eg. packaging.extensions)
Supported module extensions
currently: importlib.machinery.*_EXTENSIONS
what else? please comment...
Considerations
IMO we probably should only provide the general platform tag (eg. linux-x86_64), and leave standardized environment tags (eg. manylinux) for 3rd party tooling.
Feature or enhancement
sysconfig
should provide the core compatibility information for interpreter.Pitch
The new API would provide:
packaging.extensions
)importlib.machinery.*_EXTENSIONS
Considerations
IMO we probably should only provide the general platform tag (eg.
linux-x86_64
), and leave standardized environment tags (eg.manylinux
) for 3rd party tooling.Previous discussion
Issue asking for PEP 425 tags: GH-99560
New
sysconfig
API meta-issue: GH-103480The text was updated successfully, but these errors were encountered: