From: Mike Bayer Date: Tue, 4 Aug 2026 20:41:00 +0000 (-0400) Subject: allow prereleases so py315 works X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4c51907c2e71906d482169510cf5632c1df88b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git allow prereleases so py315 works Change-Id: I912c02286cb2fa916c7acecb7eb2ea9ca6defef4 --- diff --git a/.github/workflows/run-on-pr.yaml b/.github/workflows/run-on-pr.yaml index 5ba1400e1f..c34d1e0abe 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 2062877aa6..3ffd5ac8d9 100644 --- a/.github/workflows/run-test.yaml +++ b/.github/workflows/run-test.yaml @@ -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: |