diff options
author | Ned Deily <nad@python.org> | 2020-06-27 08:44:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 08:44:56 (GMT) |
commit | 2f168c6356f92c38ae7751d2faf2b266a9356229 (patch) | |
tree | a8eec82e6015297f4853b436d0664f58a6f4e4e6 /Misc/NEWS.d | |
parent | 2e0a920e9eb540654c0bb2298143b00637dc5961 (diff) | |
download | cpython-2f168c6356f92c38ae7751d2faf2b266a9356229.zip cpython-2f168c6356f92c38ae7751d2faf2b266a9356229.tar.gz cpython-2f168c6356f92c38ae7751d2faf2b266a9356229.tar.bz2 |
bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst index ded66b5..d6bb616 100644 --- a/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst +++ b/Misc/NEWS.d/next/macOS/2020-06-24-13-51-57.bpo-41100.mcHdc5.rst @@ -1 +1,7 @@ -Support macOS 11 when building. +Fix configure error when building on macOS 11. +Note that the current Python release was released +shortly after the first developer preview of macOS +11 (Big Sur); there are other known issues with +building and running on the developer preview. +Big Sur is expected to be fully supported in a +future bugfix release of Python 3.8.x and with 3.9.0.
\ No newline at end of file |