]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Revert "ci: Temporarily pin 3.14-alpha.4" 3475/head
authorBen Darnell <ben@bendarnell.com>
Thu, 27 Mar 2025 20:58:36 +0000 (16:58 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 27 Mar 2025 20:58:36 +0000 (16:58 -0400)
This reverts commit 5eea9534563340904fe010d0f7433d35cedb8dfb.

.github/workflows/test.yml

index 2acbda0c9a990babef4813c6f979adf9f5f6db93..7329ecdb93868a5d4f78073f4ebbffa6657fbd57 100644 (file)
@@ -57,9 +57,7 @@ jobs:
             tox_env: py312-full
           - python: '3.13'
             tox_env: py313-full
-          - python: '3.14.0-alpha.4'
-            # TODO: Alpha 5 has a bug that affects us, so stick with alpha 4 until 6 is released.
-            # https://github.com/python/cpython/issues/130380
+          - python: '3.14.0-alpha.1 - 3.14'
             tox_env: py314-full
           - python: 'pypy-3.10'
             # Pypy is a lot slower due to jit warmup costs, so don't run the