Add Python 3.11 to Github Actions builds (#306)

* Add Python3.11 to the Github Actions, in the manylinux2014 build as well as the
packaging test.

I added a second image, x86_64, to the manylinux2014 build matrix - the i686
build didn't immediately pass, so I left it out.

* Move the bundled capnproto library forward to 0.10.3.

* Remove the 2010 build entirely, and update the 2014 build to include i686.
This commit is contained in:
Matt Sachtler
2023-01-26 16:28:21 -08:00
committed by GitHub
parent 1b19b6db13
commit 01c4469e08
4 changed files with 46 additions and 79 deletions

View File

@@ -26,7 +26,7 @@ pjoin = os.path.join
#
bundled_version = (0, 8, 1)
bundled_version = (0, 10, 3)
libcapnp_name = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
libcapnp_url = "https://capnproto.org/" + libcapnp_name