We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8a9a4 commit 6a9e6fbCopy full SHA for 6a9e6fb
.github/workflows/test.yml
@@ -51,8 +51,9 @@ jobs:
51
tox_env: py311-full
52
- python: '3.11.0'
53
54
- - python: '3.12.0-alpha - 3.12'
55
- 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'
56
+ # tox_env: py312-full
57
- python: 'pypy-3.8'
58
# Pypy is a lot slower due to jit warmup costs, so don't run the
59
# "full" test config there.
0 commit comments