]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
build: Add python 3.11 alphas to CI 3105/head
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Jan 2022 20:01:14 +0000 (15:01 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Jan 2022 20:40:16 +0000 (15:40 -0500)
Updates #3077

.github/workflows/test.yml
tox.ini

index f41494303f70484e985a53f6924803fa58868b5e..0387ac2928a237216ac39b2c73cda015c667a625 100644 (file)
@@ -44,6 +44,8 @@ jobs:
             tox_env: py39-full
           - python: '3.10'
             tox_env: py310-full
+          - python: '3.11.0-alpha - 3.11'
+            tox_env: py311-full
           - python: 'pypy-3.8'
             # Pypy is a lot slower due to jit warmup costs, so don't run the
             # "full" test config there.
diff --git a/tox.ini b/tox.ini
index 56e01a810edad309e3d3372c6000f45d12e9e92e..6a7d4ce85387ab53f06acc07fc1b45a1fe1417a8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,7 @@ basepython =
            py38: python3.8
            py39: python3.9
            py310: python3.10
+           py311: python3.11
            pypy3: pypy3
            # In theory, it doesn't matter which python version is used here.
            # In practice, things like changes to the ast module can alter