From: Federico Caselli Date: Tue, 24 Mar 2026 19:50:31 +0000 (+0100) Subject: enable t build tests with greenlet on 3.14 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fworkflow_test_tbuilds;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git enable t build tests with greenlet on 3.14 Change-Id: Ifefc81faeb7c083803418abf9cff34bcbcd0e14d --- 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