From: Mike Bayer Date: Tue, 4 Aug 2026 20:41:00 +0000 (-0400) Subject: allow prereleases so py315 works X-Git-Tag: rel_2_0_52~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=977e70fa5e0e11ceb7cd27e8645136cd1b17a907;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git allow prereleases so py315 works Change-Id: I912c02286cb2fa916c7acecb7eb2ea9ca6defef4 (cherry picked from commit 8c4c51907c2e71906d482169510cf5632c1df88b) --- diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 8142666e7f..4e54a762c0 100644 --- a/.github/workflows/run-on-pr.yaml +++ b/.github/workflows/run-on-pr.yaml @@ -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: | diff --git a/.github/workflows/run-test.yaml b/.github/workflows/run-test.yaml index 162a02e8db..c0cfef0a3f 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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: |