From 70c00280fe6dac456861fd86e64500ccf916d4fe Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 8 Dec 2025 09:14:26 -0500 Subject: [PATCH] use plain 3.14 for test runs this was already applied to main previously Change-Id: Id0d6a16e3be645ecf30cdbd238b4a9867791fd79 --- .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 0e73bf93d3..5583165aab 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -38,7 +38,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "3.14.0-alpha - 3.14" + - "3.14" - "pypy-3.10" build-type: # builds greenlet, runs asyncio tests. includes aiosqlite driver -- 2.47.3