From acde88d5e7c5b60e6fda42a8cc8ad09d1815b95a Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 21 Jun 2023 20:53:19 -0400 Subject: [PATCH] ci: Re-enable python 3.12 Now that python/cpython#105808 is fixed in beta 3. --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94be6fe9..bd944442 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.