From 7c2fc10bd3e70bb7691da2f68fac555c94aefd58 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 3 Jun 2025 17:15:54 -0400 Subject: [PATCH] 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 --- .github/workflows/run-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2