]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add py315 for pullreq/run tests actions. not yet for create wheels
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2026 18:40:33 +0000 (14:40 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2026 18:41:24 +0000 (14:41 -0400)
Change-Id: I574c3a8e2bb2d6beb0b7097665d8600a99e149d7
(cherry picked from commit 37e08f8dda5556c4a60496a1df0986ed773ed116)

.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml

index fe86a26b0119122a70ec1f81f3a6af1ceb924541..8142666e7ffd6df984f9909ae536673425e2204a 100644 (file)
@@ -25,7 +25,8 @@ jobs:
         os:
           - "ubuntu-22.04"
         python-version:
-          - "3.13"
+          - "3.14"
+          - "3.15"
         build-type:
           - "cext-greenlet"
           - "cext"
index 50782dd6315679f3ff7273d9e6cbcab81a956e86..162a02e8db5428fba8a4419ecb438eea74a17372 100644 (file)
@@ -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"