summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2024-02-06 21:20:31 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2024-02-06 21:21:21 (GMT)
commitdb85d51d3ea4adfc6147d6af400e167659689eed (patch)
treebb5034035ed763a46af8401cd8268cbc201fe885 /Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst
parenta04dc431486f20b1c4f7f12a27ca2269329c41bf (diff)
downloadcpython-3.11.8.zip
cpython-3.11.8.tar.gz
cpython-3.11.8.tar.bz2
Python 3.11.8v3.11.8
Diffstat (limited to 'Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst')
-rw-r--r--Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst b/Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst
deleted file mode 100644
index 55c5ac0..0000000
--- a/Misc/NEWS.d/next/macOS/2023-12-10-20-30-06.gh-issue-102362.y8svbF.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Make sure the result of :func:`sysconfig.get_plaform` includes at least a
-major and minor versions, even if ``MACOSX_DEPLOYMENT_TARGET`` is set to
-only a major version during build to match the format expected by pip.