From: Mike Bayer Date: Tue, 3 Jun 2025 21:15:54 +0000 (-0400) Subject: use exact py3.14 version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2fc10bd3e70bb7691da2f68fac555c94aefd58;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git use exact py3.14 version 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 --- diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index bb6e831cfb..a17d7ff69c 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -37,7 +37,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14" + - "3.14.0-beta.2" - "pypy-3.10" build-type: - "cext"