Python 3.9.1rc1 is the release candidate of the first maintenance release of
Python 3.9. Go get it here:
https://www.python.org/downloads/release/python-391rc1/
<https://www.python.org/downloads/release/python-391rc1/>
Assuming no critical problems are found prior to 2020-12-11, the currently
scheduled release date for 3.9.1, no code changes are planned between this
release candidate and the final release. That being said, please keep in mind
that this is a pre-release of 3.9.1 and as such its main purpose is testing.
Maintenance releases for the 3.9 series will continue at regular bi-monthly
intervals, with 3.9.2 planned for end of January 2021.
Installer news
3.9.1rc1 is the first version of Python to support macOS 11 Big Sur. With Xcode
11 and later it is now possible to build “Universal 2” binaries which work on
Apple Silicon. We are providing such an installer as the macosx11.0 variant.
This installer can be deployed back to older versions, tested down to OS X
10.9. As we are waiting for an updated version of pip, please consider the
macosx11.0 installer experimental.
This work would not have been possible without the effort of Ronald Oussoren,
Ned Deily, and Lawrence D’Anna from Apple. Thank you!
In other news, this is the first version of Python to default to the 64-bit
installer on Windows. The installer now also actively disallows installation on
Windows 7. Python 3.9 is incompatible with this unsupported version of Windows.
What’s new in Python 3.9.1rc1?
We’ve made 240 changes since v3.9.0 which is a significant amount. To compare,
3.8.1rc1 only saw 168 commits since 3.8.0. See the full change log at
https://docs.python.org/release/3.9.1rc1/whatsnew/changelog.html
<https://docs.python.org/release/3.9.1rc1/whatsnew/changelog.html>.
For more information about features included in the 3.9 series, see the “What’s
New in Python 3.9 <https://docs.python.org/release/3.9.0/whatsnew/3.9.html>”
document.
What about Python 3.8.7rc1?
There’s additional work needed to make this release support macOS 11 Big Sur.
This should be ready next week, stay tuned.
We hope you enjoy the new releases!
Thanks to all of the many volunteers who help make Python Development and these
releases possible! Please consider supporting our efforts by volunteering
yourself or through organization contributions to the Python Software
Foundation.
https://www.python.org/psf/ <https://www.python.org/psf/>
More resources
Online Documentation <https://docs.python.org/3.9/>
PEP 596 <https://www.python.org/dev/peps/pep-0596/>, 3.9 Release Schedule
PEP 619 <https://www.python.org/dev/peps/pep-0619/>, 3.10 Release Schedule
Report bugs at https://bugs.python.org <https://bugs.python.org/>.
Help fund Python and its community <https://www.python.org/psf/donations/>.
Your friendly release team,
Ned Deily @nad <https://discuss.python.org/u/nad>
Steve Dower @steve.dower <https://discuss.python.org/u/steve.dower>
Łukasz Langa @ambv <https://discuss.python.org/u/ambv>
_______________________________________________
python-committers mailing list -- python-committers@python.org
To unsubscribe send an email to python-committers-le...@python.org
https://mail.python.org/mailman3/lists/python-committers.python.org/
Message archived at
https://mail.python.org/archives/list/python-committers@python.org/message/OD2JED7GACLTK7ETE2D27OGERKMWSCEV/
Code of Conduct: https://www.python.org/psf/codeofconduct/