]> git.ipfire.org Git - thirdparty/tornado.git/commit
setup: Drop support for python 3.7 3197/head
authorBen Darnell <ben@bendarnell.com>
Sat, 19 Nov 2022 22:20:33 +0000 (17:20 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 19 Nov 2022 22:22:36 +0000 (17:22 -0500)
commitaa59da6e417deb89245b2209d472d58172d1bddf
treeda5d8d21b7be6c873d33628232eb13df7af1fab8
parent8fcbf49f0e053b3158332f4ac9d614c4b0540032
setup: Drop support for python 3.7

The main reason to drop this version before it reaches its EOL is so
that we can begin to use unittest.IsolatedAsyncioTestCase to replace
deprecated portions of the tornado.testing module.

A secondary reason is that Python 3.8 introduced support for the
samesite cookie attribute, which allows us to deprecate the
xsrf_token mechanism.
.github/workflows/test.yml
docs/index.rst
pyproject.toml
setup.cfg
setup.py
tox.ini