]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
use exact py3.14 version
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jun 2025 21:15:54 +0000 (17:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jun 2025 21:15:54 +0000 (17:15 -0400)
gh actions is not complaining that the exact string "3.13", "3.12"
etc are not in versions-manifest.json, but for 3.14 it's complaining.
not happy to hardcode this but just to get it running

Change-Id: Icf12e64b5a76a7068e196454f1fadfecb60bc4d4

.github/workflows/run-test.yaml

index bb6e831cfbea2765d8d4cbc22560fd11f2af0bbd..a17d7ff69c678445700b92d4dc30a519c4c9a9d9 100644 (file)
@@ -37,7 +37,7 @@ jobs:
           - "3.11"
           - "3.12"
           - "3.13"
-          - "3.14"
+          - "3.14.0-beta.2"
           - "pypy-3.10"
         build-type:
           - "cext"