From: Ben Darnell Date: Fri, 11 Aug 2023 02:46:33 +0000 (-0400) Subject: ci: Don't test py312 in branch6.3 X-Git-Tag: v6.3.3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3307%2Fhead;p=thirdparty%2Ftornado.git ci: Don't test py312 in branch6.3 --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff38e6652..4064fd692 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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.