]> 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:40:33 +0000 (14:40 -0400)
Change-Id: I574c3a8e2bb2d6beb0b7097665d8600a99e149d7

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

index b476ac9dc2ec371ef9a6cdfac26d92450c677c4f..5ba1400e1fb13585d0c704bc2a2327dcc10e59b8 100644 (file)
@@ -25,8 +25,8 @@ jobs:
         os:
           - "ubuntu-22.04"
         python-version:
-          - "3.13"
           - "3.14"
+          - "3.15"
         build-type:
           - "cext-greenlet"
           - "cext"
index 69592fe4007e2a15a1aa52b93be6eb3f7de1ac1c..2062877aa6c560f4c19096508e80a445b253a31c 100644 (file)
@@ -38,6 +38,7 @@ jobs:
           - "3.13"
           - "3.14"
           - "3.14t"
+          - "3.15"
         build-type:
           # builds greenlet, runs asyncio tests.  includes aiosqlite driver
           - "cext-greenlet"