Skip to content

Commit 8e58968

Browse files
committed
Revert "ci: Temporarily pin 3.14-alpha.4"
This reverts commit 5eea953.
1 parent f3a9bd4 commit 8e58968

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ jobs:
5757
tox_env: py312-full
5858
- python: '3.13'
5959
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
60+
- python: '3.14.0-alpha.1 - 3.14'
6361
tox_env: py314-full
6462
- python: 'pypy-3.10'
6563
# Pypy is a lot slower due to jit warmup costs, so don't run the

0 commit comments

Comments
 (0)