Skip to content

Commit

Permalink
ci: Don't test py312 in branch6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Aug 11, 2023
1 parent 5c8a9a4 commit 6a9e6fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -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.
Expand Down

0 comments on commit 6a9e6fb

Please sign in to comment.