Ending support for Python 2 #86
Mithil467
announced in
Announcements
Replies: 1 comment
-
|
Python 2 can still make use of the release v0.2.2 which can be installed with the command |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Python 2 support was added initially because it was really easy to do so. But it is not really necessary. The advantages are minimal, and the development overhead is far greater with testing code on both Python versions and ensuring that code is compatible with Python 2.
So moving on, all the code supporting Python 2 will be removed and further features will be developed by keeping Python 3 in mind.
Any contributions towards achieving this is really appreciated! 😄
Beta Was this translation helpful? Give feedback.
All reactions