Skip to content

Commit

Permalink
ci: Skip python 3.12 for now
Browse files Browse the repository at this point in the history
The breaking changes begun by the deprecation warnings in 3.10 have
arrived, but according to python/cpython#93453
the scope has changed somewhat (for the better, I think). Don't test
on 3.12 until we've adapted to the new plan.
  • Loading branch information
bdarnell committed Dec 16, 2022
1 parent 92a3369 commit d05bf52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
tox_env: py310-full
- python: '3.11'
tox_env: py311-full
- python: '3.12.0-alpha - 3.12'
tox_env: py312-full
# Need more work for python 3.12. See
# https://github.com/python/cpython/issues/93453
#- 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 d05bf52

Please sign in to comment.