From: Mike Bayer Date: Tue, 3 Jun 2025 18:28:19 +0000 (-0400) Subject: add python 3.14 to run-test X-Git-Tag: rel_2_0_42~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18f5da532e7be90f8d260d79361be5df32ec459;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add python 3.14 to run-test If I'm reading correctly at https://github.com/actions/python-versions , there are plenty of python 3.14 versions available, so this should "work". Still not sure about wheel building so leaving that separate Change-Id: Idd1ce0db124b700091f5499d6a7d087f6e31777e (cherry picked from commit 9128189eaacf05a8479b27ef5b2e77f27f2f5ec3) --- diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 0d1313bf39..889da8499f 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -25,7 +25,7 @@ jobs: os: - "ubuntu-22.04" python-version: - - "3.12" + - "3.13" build-type: - "cext" - "nocext" diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 6c93ef1b4f..303f0b7aec 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -39,6 +39,7 @@ jobs: - "3.11" - "3.12" - "3.13" + - "3.14" - "pypy-3.10" build-type: - "cext"