Drop Python 2
See original GitHub issueAt the time of writing Python 2 goes EOL in 19 days according to https://pythonclock.org/ and IMHO we should follow suit.
I’m proposing we drop Python 2 and do a major version bump. The minimal version of Python 3 should be 3.6 which will allow us to use features like f-strings.
There are some PendingDeprecationWarning
and we should drop those while we do a major version bump.
Any concerns?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Sunsetting Python 2
We are volunteers who make and take care of the Python programming language. We have decided that January 1, 2020, was the day...
Read more >How can I remove python 2.7 after installing python 3.3?
So, is there a way to remove python 2.7 without removing the system dependent components, or can I direct those dependents to use...
Read more >Drop Python 2.7 - GitHub Pages
Python 2.7 reached the end of its life on 1 January 2020. It's about time to drop support for Python 2.7. Reasons for...
Read more >How to uninstall Python 2.7 on a Mac OS X 10.6.4?
Do not attempt to remove any Apple-supplied system Python which are in /System/Library and /usr/bin , as this may break your whole operating ......
Read more >Plan for dropping Python 2 support - Apache Spark
In the next major release in 2019, we will deprecate Python 2 support. · We will drop Python 2 support in a future...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Python 2.7 is dropped in #108 .
I’m against moving to 3.6+ until 3.5 is officially dropped, but I’m more than happy to remove Py2 \o/