]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
try to stop greenlet from building on a t machine
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Oct 2025 23:35:55 +0000 (19:35 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Oct 2025 23:35:55 +0000 (19:35 -0400)
Change-Id: I21b4cbe056cf8d7265a5c15f793c6e4769f2c831

.github/workflows/run-test.yaml

index 2ae8b16e6dfcf972ca6f2857c724b0245e73ed8c..2270789d2d86ee5da613047398e1b635fb638dbc 100644 (file)
@@ -77,14 +77,8 @@ jobs:
             python-version: "3.13t"
 
           - build-type: "cext-greenlet"
-            python-version: "3.14t-dev"
-
-          # skip py 3.14 on x64, because greenlet builds are not on
-          # pypi and these dont compile yet
-          - architecture: x64
-            python-version:
-                - "3.14.0-alpha - 3.14"
-                - "3.14t-dev"
+            python-version: "3.14t"
+
           # linux do not have x86 / arm64 python
           - os: "ubuntu-22.04"
             architecture: x86