SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH-112942)

Change _osx_support.get_platform_osx() to make sure that the
version number in the result includes at least a major and
minor version (e.g. 14.2) even if MACOSX_DEPLOYMENT_TARGET is
set to just a major version (e.g. 14).

This matches the versions expected by pip when selecting
appropriate wheels for installation.
R
Ronald Oussoren committed
893c9ccf48eacb02fa6ae93632f2d0cb6778dbb6
Parent: 4cfce3a
Committed by GitHub <noreply@github.com> on 12/18/2023, 11:51:58 PM