-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop support for Python 2.7 #741
Comments
Since macOS ships older version of Python, please also add some instructions on how to update the default python to 3.6 or newer on June 30th 2019. |
@ShikiSuen I'd rather not do that because each system is different. I don't want the AFDKO to be responsible for providing instructions for every single configuration. We've been providing Py3 wheels for a while, so I suggest that between now and June 30th you figure out how to get your system up and running. On my Mac I installed Py3 via Homebrew, which also makes it very simple to update Python itself. I also installed Py2 the same way. I avoid the OS-installed Py2. |
Thanks for your reply. It is a pain in the neck without using VPN to either install or use Homebrew in Mainland PRC. Even if using that, the datastream often gets choked by something wellknown. I use MacPorts instead, but its configuration of Python is a little bit sophisticated. Since adding the instructions of how-to-upgrade-python brings inconveniences to you people, then it looks like something must be done by some people to force Apple upgrade the built-in Python in future macOS releases. (Also, the bash, the sed, etc., lots of things.) |
IMO this is a completely different problem. The macOS built-in Python has become more and more brittle, and it is difficult to rely on. |
After June 30th 2019 the afdko will officially only support Python 3.6+
pytest.mark.xfail
decorators__future__
importssubprocess32
fontTools.misc.py23
itemsformat()
to f-stringsThe text was updated successfully, but these errors were encountered: