This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients kode54, ned.deily, ronaldoussoren
Date 2020-11-29.02:01:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606615284.59.0.308324318241.issue42480@roundup.psfhosted.org>
In-reply-to
Content
I've installed the 11.1 beta (of 2020-11-17) on an Intel-64 virtual machine and installed and run the test suite for the recently released 3.9.1rc1 Universal2 binaries from python.org. The tests, including tkinter tests, run similarly to how they do on 11.0.1. Further, as far as I can tell, there is no place within Python itself where such a message ("macOS 11 or later required !") is emitted; I did not search the Tcl or Tk sources since you didn't say which version is in use. Be aware that 3.9.1rc1 is the first official Python release that supports macOS 11 Big Sur so it may be that the brew version you were using has preliminary patches for Big Sur support that differ from the final versions. Depending what you are trying to do, you might want to use the python.org 3.9.1rc1 or 3.9.1 final (when released) until there is a supported brew version. Or, as Ronald suggest, you may need to track down exactly what and how the brew recipes are building for Tcl, Tk, and Python.  Good luck!
History
Date User Action Args
2020-11-29 02:01:25ned.deilysetrecipients: + ned.deily, ronaldoussoren, kode54
2020-11-29 02:01:24ned.deilysetmessageid: <1606615284.59.0.308324318241.issue42480@roundup.psfhosted.org>
2020-11-29 02:01:24ned.deilylinkissue42480 messages
2020-11-29 02:01:22ned.deilycreate