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, 3.5.[01] #2116

Merged
merged 5 commits into from
Sep 4, 2017

Conversation

bdarnell
Copy link
Member

No description provided.

@bdarnell bdarnell force-pushed the min-versions branch 2 times, most recently from b2c18a0 to ef6df80 Compare July 23, 2017 19:45
In June 2017, Python 3.3 accounted for 0.2% of Tornado's downloads
from pypi.
This protocol changed in Python 3.5.2 (after being introduced in
3.5.0). Async iteration now requires that version of Python (or
newer).

Closes tornadoweb#2107
Get a py35-compatible version of pypy3. Plain "pypy" no longer seems
to work in this environment, so specify a version.

Drop testing of python 2.7.8, which no longer seems to be available.
@bdarnell bdarnell merged commit 34c43f4 into tornadoweb:master Sep 4, 2017
bdarnell added a commit that referenced this pull request Sep 4, 2017
@bdarnell bdarnell deleted the min-versions branch September 4, 2017 19:33
@bdarnell bdarnell restored the min-versions branch November 1, 2019 17:53
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.

1 participant