]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ci: Temporarily pin 3.14-alpha.4 3461/head
authorBen Darnell <ben@bendarnell.com>
Thu, 20 Feb 2025 19:42:43 +0000 (14:42 -0500)
committerBen Darnell <ben@bendarnell.com>
Thu, 20 Feb 2025 22:40:33 +0000 (17:40 -0500)
Alpha 5 has a bug that affects us, so pin alpha 4 until 6 is released.

https://github.com/python/cpython/issues/130380

.github/workflows/test.yml

index 2ec16083b602f548e313e641ef850f096833dffd..f00947fa30465a73767eca0aef830d7e1d836df2 100644 (file)
@@ -55,7 +55,9 @@ jobs:
             tox_env: py312-full
           - python: '3.13'
             tox_env: py313-full
-          - python: '3.14.0-alpha.1 - 3.14'
+          - 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
             tox_env: py314-full
           - python: 'pypy-3.10'
             # Pypy is a lot slower due to jit warmup costs, so don't run the