Skip to content
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 3.3 #5248

Merged
merged 1 commit into from
Jun 20, 2018
Merged

Conversation

srittau
Copy link
Contributor

@srittau srittau commented Jun 20, 2018

@@ -175,7 +176,7 @@ def add_stubs(driver: Driver) -> None:

modules = {'typing'}
# TODO: This should also test Python 2, and pass pyversion accordingly.
for version in ["2and3", "3", "3.3", "3.4", "3.5"]:
for version in ["2and3", "3", "3.5"]:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would have added "3.6" and "3.7", but that causes the tests to fail with the following:

FAILURE  #3 check stubs

mypy: can't find module 'contextvars'

This should also probably use a glob, so adding directories is not forgotten in the future.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think @ethanhs was working recently on fixing this code.

@gvanrossum gvanrossum merged commit 5f8e800 into python:master Jun 20, 2018
@gvanrossum
Copy link
Member

Thanks!

@srittau srittau deleted the drop-3.3-support branch July 12, 2018 08:08
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

Successfully merging this pull request may close these issues.

3 participants