]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
allow prereleases so py315 works
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2026 20:41:00 +0000 (16:41 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2026 20:41:16 +0000 (16:41 -0400)
Change-Id: I912c02286cb2fa916c7acecb7eb2ea9ca6defef4
(cherry picked from commit 8c4c51907c2e71906d482169510cf5632c1df88b)

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

index 8142666e7ffd6df984f9909ae536673425e2204a..4e54a762c0fced7672b4d69f80b01126c973be24 100644 (file)
@@ -46,6 +46,8 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
+          # needed for python versions that are not yet released, e.g. 3.15
+          allow-prereleases: true
 
       - name: Install dependencies
         run: |
index 162a02e8db5428fba8a4419ecb438eea74a17372..c0cfef0a3facf1aa93b61c9c5bb373c612bad4b5 100644 (file)
@@ -114,6 +114,8 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
+          # needed for python versions that are not yet released, e.g. 3.15
+          allow-prereleases: true
 
       - name: Install dependencies
         run: |