]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Don't test py312 in branch6.3 3307/head
authorBen Darnell <ben@bendarnell.com>
Fri, 11 Aug 2023 02:46:33 +0000 (22:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 11 Aug 2023 02:46:33 +0000 (22:46 -0400)
.github/workflows/test.yml

index ff38e665200935a6b28c6d37979f5c665cd946ca..4064fd6925feff0791e88dc867029ada6292a6c7 100644 (file)
@@ -51,8 +51,9 @@ jobs:
             tox_env: py311-full
           - python: '3.11.0'
             tox_env: py311-full
-          - python: '3.12.0-alpha - 3.12'
-            tox_env: py312-full
+          # py312 testing is disabled in branch6.3; full support is coming in tornado 6.4
+          #- python: '3.12.0-alpha - 3.12'
+          #  tox_env: py312-full
           - python: 'pypy-3.8'
             # Pypy is a lot slower due to jit warmup costs, so don't run the
             # "full" test config there.