]> git.ipfire.org Git - thirdparty/tornado.git/commit
setup: Build wheels with the stable ABI (abi3) 3161/head
authorBen Darnell <ben@bendarnell.com>
Fri, 17 Jun 2022 18:11:21 +0000 (14:11 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 17 Jun 2022 19:55:17 +0000 (15:55 -0400)
commite71fb6e616e08838df55dddb494c96a80454f812
tree152168c0c3723b617ee56e13d0a30cd8ee6cb534
parent12d4d0a0ba37351bddf6b37847326534ac3f4abb
setup: Build wheels with the stable ABI (abi3)

This will produce cross-version wheels so we won't have to do
releases just to make new wheels when new versions of Python
are available.

Also modernize the build process a bit to require setuptools and use
the native "optional" flag for extensions.
.github/workflows/build.yml
pyproject.toml
setup.py