Skip to content

Drop Python 3.2 support? #374

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

Closed
ilevkivskyi opened this issue Jan 28, 2017 · 3 comments
Closed

Drop Python 3.2 support? #374

ilevkivskyi opened this issue Jan 28, 2017 · 3 comments

Comments

@ilevkivskyi
Copy link
Member

ilevkivskyi commented Jan 28, 2017

From what I read on https://docs.python.org/devguide/index.html#branchstatus, Python 3.2 reached its EoL one year ago (February 2016). Maybe it is time to drop support for 3.2 in typing?

I am asking because I have noticed that there are several places in both typing.py and test_typing.py where 3.2 is special-cased. Dropping 3.2 support will allow to simplify code.

@JelleZijlstra
Copy link
Member

Neither pip nor setuptools even support 3.2 any more, so I think there's little point in continuing to support it in typing.

@gvanrossum
Copy link
Member

Agreed. Please update the classifiers in setup.py.

@ilevkivskyi
Copy link
Member Author

OK, this is fixed by f264669

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants