Skip to content

Commit 6a9e6fb

Browse files
committed
ci: Don't test py312 in branch6.3
1 parent 5c8a9a4 commit 6a9e6fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ jobs:
5151
tox_env: py311-full
5252
- python: '3.11.0'
5353
tox_env: py311-full
54-
- python: '3.12.0-alpha - 3.12'
55-
tox_env: py312-full
54+
# py312 testing is disabled in branch6.3; full support is coming in tornado 6.4
55+
#- python: '3.12.0-alpha - 3.12'
56+
# tox_env: py312-full
5657
- python: 'pypy-3.8'
5758
# Pypy is a lot slower due to jit warmup costs, so don't run the
5859
# "full" test config there.

0 commit comments

Comments
 (0)