We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3a9bd4 + 8e58968 commit cf4975bCopy full SHA for cf4975b
.github/workflows/test.yml
@@ -57,9 +57,7 @@ jobs:
57
tox_env: py312-full
58
- python: '3.13'
59
tox_env: py313-full
60
- - python: '3.14.0-alpha.4'
61
- # TODO: Alpha 5 has a bug that affects us, so stick with alpha 4 until 6 is released.
62
- # https://github.com/python/cpython/issues/130380
+ - python: '3.14.0-alpha.1 - 3.14'
63
tox_env: py314-full
64
- python: 'pypy-3.10'
65
# Pypy is a lot slower due to jit warmup costs, so don't run the
0 commit comments