]> git.ipfire.org Git - thirdparty/tornado.git/commit
Drop support for python 3.3, 3.5.[01] (#2116)
authorBen Darnell <ben@bendarnell.com>
Mon, 4 Sep 2017 19:32:52 +0000 (15:32 -0400)
committerGitHub <noreply@github.com>
Mon, 4 Sep 2017 19:32:52 +0000 (15:32 -0400)
commit34c43f4775971ab9b2b8ed43356f218add6387b2
treedfb14a77fdd40eb57a0f64e9ff779028aa0d6784
parent395e55872f74f6dfbef225682016e8d72a4de98c
Drop support for python 3.3, 3.5.[01] (#2116)

* Drop support for python 3.3

In June 2017, Python 3.3 accounted for 0.2% of Tornado's downloads
from pypi.

* travis.yml: Use trusty, update pypy versions

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.

* gen,queues: Drop the "legacy aiter protocol"

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 #2107

* travis.yml: Only run doctests on one version of python 3

* Get tests passing on latest version of pypy3
14 files changed:
.travis.yml
docs/index.rst
maint/test/cython/tox.ini
maint/vm/windows/bootstrap.py
maint/vm/windows/tox.ini
setup.py
tornado/gen.py
tornado/netutil.py
tornado/platform/asyncio.py
tornado/queues.py
tornado/test/iostream_test.py
tornado/test/runtests.py
tornado/test/util.py
tox.ini