]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
turn on plain 3.14 for GH actions
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2025 21:04:30 +0000 (17:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Oct 2025 21:08:25 +0000 (17:08 -0400)
which we are assuming is released by now

there should also be 3.14t plain

Change-Id: I045984fa30531818cf51cac96aefd6db411a040a

.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index 54ede65ceda9026500104d9175b4296ff7501376..8cdd78421de31a274d7e65ff65dc0b5242e6fa72 100644 (file)
@@ -26,6 +26,7 @@ jobs:
           - "ubuntu-22.04"
         python-version:
           - "3.13"
+          - "3.14"
         build-type:
           - "cext-greenlet"
           - "cext"
@@ -63,7 +64,7 @@ jobs:
         os:
           - "ubuntu-22.04"
         python-version:
-          - "3.13"
+          - "3.14"
         nox-env:
           - mypy
           - pep484
index b6514badb12760680aa1fcadb5b857cc1c9805ce..2ae8b16e6dfcf972ca6f2857c724b0245e73ed8c 100644 (file)
@@ -37,8 +37,8 @@ jobs:
           - "3.11"
           - "3.12"
           - "3.13"
-          - "3.14.0-alpha - 3.14"
-          - "3.14t-dev"
+          - "3.14"
+          - "3.14t"
           - "pypy-3.10"
         build-type:
           # builds greenlet, runs asyncio tests.  includes aiosqlite driver