-
Notifications
You must be signed in to change notification settings - Fork 91
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
Remove support for Python 2.6 #293
Comments
Drop it and 3.2 as well. Consider dropping 3.3 at the same time, all are EOL. Dropping 3.2 will help get of the strange Unicode handling it requires. Reasons for dropping old ones2.6
3.2
3.3
|
Right, we already dropped testing 3.2 for that reason some time ago, though it shall still work. We have to update the documentation accordingly. |
Yeah, ditching 3.3 isn't so pressing at the moment. There's lots to be gained from dropping 2.6! |
BTW, here 3.2 is already not mentioned. |
With Python 2.6 being at end of life now almost 4 years, we may drop the support IMHO.
Most other packages are also dropping support, so there is not much sense to keep it.
This will also allow to to cleanup the code by removing the Python 2.6 specific workarounds.
I propose to do this for the 3.4 release, alongside with the PEP-8 changes.
The text was updated successfully, but these errors were encountered: