]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
enable t build tests with greenlet on 3.14 workflow_test_tbuilds
authorFederico Caselli <cfederico87@gmail.com>
Tue, 24 Mar 2026 19:50:31 +0000 (20:50 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 24 Mar 2026 19:50:31 +0000 (20:50 +0100)
Change-Id: Ifefc81faeb7c083803418abf9cff34bcbcd0e14d

.github/workflows/run-test.yaml

index 76cab1e04a7af6c8aada1eb79418352f6b697e2d..fd8f872ca218f5026a4681fc9794fba5077db6ea 100644 (file)
@@ -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