Skip to content

Commit

Permalink
Merge pull request #3280 from bdarnell/disable-312
Browse files Browse the repository at this point in the history
ci: Disable Python 3.12 in CI
  • Loading branch information
bdarnell committed Jun 15, 2023
2 parents 10974e6 + 7640b8c commit 111370d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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
# 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: '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 111370d

Please sign in to comment.