From e46a584b7a90a9d267609904120d2c20bd625310 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 24 Mar 2026 20:50:31 +0100 Subject: [PATCH] enable t build tests with greenlet on 3.14 Change-Id: Ifefc81faeb7c083803418abf9cff34bcbcd0e14d --- .github/workflows/run-test.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 76cab1e04a..fd8f872ca2 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -59,16 +59,9 @@ jobs: exclude: - # the threaded pythons are not stable under greenlet. Even - # though we can run individual tests, when you run the whole suite - # with xdist and the greenlet wrapper, the workers keep crashing - # and getting replaced + # t builds should now work fine on 3.14, but not worth it on 3.13 - build-type: "cext-greenlet" python-version: "3.13t" - - - build-type: "cext-greenlet" - python-version: "3.14t" - # linux do not have x86 / arm64 python - os: "ubuntu-22.04" architecture: x86 -- 2.47.3