]> 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:00 +0000 (16:41 -0400)
Change-Id: I912c02286cb2fa916c7acecb7eb2ea9ca6defef4

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

index 5ba1400e1fb13585d0c704bc2a2327dcc10e59b8..c34d1e0abef547c648103511039e887b32cb1702 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 2062877aa6c560f4c19096508e80a445b253a31c..3ffd5ac8d92423885158d1de6f28dc7b9aff4b73 100644 (file)
@@ -109,6 +109,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: |