]> git.ipfire.org Git - thirdparty/tornado.git/commit
setup: Use cog to automate the annual chore of updating Python versions 3536/head
authorBen Darnell <ben@bendarnell.com>
Wed, 20 Aug 2025 18:37:14 +0000 (14:37 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 20 Aug 2025 20:44:34 +0000 (16:44 -0400)
commit54fe62a54d34769fbd3968d0c84ff273cf53bd50
treeabb7010d0a900ef8414d470283c7e0b6ea532b80
parentc2bd430e422fbe0302e0d8d64c4a4d4b826b1825
setup: Use cog to automate the annual chore of updating Python versions

We must specify our supported python versions in a variety of places
and formats, so use cog to update them all at once.

This commit drops support for Python 3.9, which will no longer be
supported by the time of the next release, and formalizes support for
Python 3.14.
.github/workflows/build.yml
.github/workflows/test.yml
docs/index.rst
maint/scripts/runcog.sh [new file with mode: 0755]
pyproject.toml
setup.cfg
setup.py
tox.ini