Skip to content

Commit 66eb19a

Browse files
authored
Merge pull request #235 from cclauss/patch-1
Simplify GitHub Actions via setup-python allow-prereleases
2 parents 68296ad + 20399f7 commit 66eb19a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
actions: write
3434
strategy:
3535
matrix:
36-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.3']
36+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3737
django-version:
3838
- '3.2' # LTS April 2024
3939
- '4.2' # LTS April 2026
@@ -57,13 +57,13 @@ jobs:
5757
django-version: '5.0'
5858
- python-version: '3.9'
5959
django-version: '5.2'
60-
- python-version: '3.14.0-rc.3'
60+
- python-version: '3.14'
6161
django-version: '3.2'
62-
- python-version: '3.14.0-rc.3'
62+
- python-version: '3.14'
6363
django-version: '4.2'
64-
- python-version: '3.14.0-rc.3'
64+
- python-version: '3.14'
6565
django-version: '5.0'
66-
- python-version: '3.14.0-rc.3'
66+
- python-version: '3.14'
6767
django-version: '5.1'
6868
env:
6969
COVERAGE_FILE: py${{ matrix.python-version }}-linux-dj${{ matrix.django-version }}.coverage
@@ -78,6 +78,7 @@ jobs:
7878
id: sp
7979
with:
8080
python-version: ${{ matrix.python-version }}
81+
allow-prereleases: true
8182
- name: install-emacs-linux
8283
if: ${{ github.event.inputs.debug == 'true' }}
8384
run: |

0 commit comments

Comments
 (0)