From: Ben Darnell Date: Thu, 22 Jun 2023 00:53:19 +0000 (-0400) Subject: ci: Re-enable python 3.12 X-Git-Tag: v6.4.0b1~26^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acde88d5e7c5b60e6fda42a8cc8ad09d1815b95a;p=thirdparty%2Ftornado.git ci: Re-enable python 3.12 Now that python/cpython#105808 is fixed in beta 3. --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94be6fe98..bd9444423 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,9 +51,8 @@ jobs: tox_env: py311-full - python: '3.11.0' tox_env: py311-full - # 3.12 is disabled until https://github.com/python/cpython/issues/105808 is fixed - #- python: '3.12.0-alpha - 3.12' - # tox_env: py312-full + - python: '3.12.0-beta.3 - 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.