提交 7640b8c3 编写于 作者: B Ben Darnell

ci: Disable Python 3.12 in CI

Current betas have a bug in GzipFile we can't easily work around.
https://github.com/python/cpython/issues/105808
上级 10974e6e
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册