From: Mike Bayer Date: Tue, 4 Aug 2026 18:40:33 +0000 (-0400) Subject: add py315 for pullreq/run tests actions. not yet for create wheels X-Git-Tag: rel_2_0_52~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f932d25cc03d5ec209d6a5fd6352f53c88b97ed0;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add py315 for pullreq/run tests actions. not yet for create wheels Change-Id: I574c3a8e2bb2d6beb0b7097665d8600a99e149d7 (cherry picked from commit 37e08f8dda5556c4a60496a1df0986ed773ed116) --- diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index fe86a26b01..8142666e7f 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -25,7 +25,8 @@ jobs: os: - "ubuntu-22.04" python-version: - - "3.13" + - "3.14" + - "3.15" build-type: - "cext-greenlet" - "cext" diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 50782dd631..162a02e8db 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -39,6 +39,7 @@ jobs: - "3.13" - "3.14" - "3.14t" + - "3.15" build-type: # builds greenlet, runs asyncio tests. includes aiosqlite driver - "cext-greenlet"