From: Mike Bayer Date: Mon, 8 Dec 2025 14:14:26 +0000 (-0500) Subject: use plain 3.14 for test runs X-Git-Tag: rel_2_0_45~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c00280fe6dac456861fd86e64500ccf916d4fe;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git use plain 3.14 for test runs this was already applied to main previously Change-Id: Id0d6a16e3be645ecf30cdbd238b4a9867791fd79 --- 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