]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
allow prereleases to unblock 3.15
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2026 20:51:12 +0000 (16:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Aug 2026 20:51:12 +0000 (16:51 -0400)
Change-Id: I5ef690f46b5f643a0faf0da076fd479257816e9c

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

index e83cf7a7ac19469c98241c0355bb096b646c47ad..8899395ec07dda8461705b84d46391aa49f32029 100644 (file)
@@ -51,6 +51,7 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
+          allow-prereleases: true
 
       - name: Install dependencies
         run: |
@@ -84,6 +85,7 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
+          allow-prereleases: true
 
       - name: Install dependencies
         run: |
index c1ae92352306e37a8f125d9fe874243b7cf1926e..ad3db61360291774b0221636143fe3acb8030bf8 100644 (file)
@@ -62,6 +62,7 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
+          allow-prereleases: true
 
       - name: Install dependencies
         run: |
@@ -94,6 +95,7 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
           architecture: ${{ matrix.architecture }}
+          allow-prereleases: true
 
       - name: Install dependencies
         run: |