Skip to content

Commit 461f46f

Browse files
committed
move CI to run on Django 5.1
1 parent 6a0f3ba commit 461f46f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- '3.2' # LTS April 2024
2323
- '4.2' # LTS April 2026
2424
- '5.0' # April 2025
25-
- '5.1rc1' # December 2025
25+
- '5.1' # December 2025
2626
exclude:
2727
- python-version: '3.8'
2828
django-version: '4.2'
@@ -37,9 +37,9 @@ jobs:
3737
- python-version: '3.10'
3838
django-version: '5.0'
3939
- python-version: '3.8'
40-
django-version: '5.1rc1'
40+
django-version: '5.1'
4141
- python-version: '3.10'
42-
django-version: '5.1rc1'
42+
django-version: '5.1'
4343

4444
steps:
4545
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
- '3.2' # LTS April 2024
2424
- '4.2' # LTS April 2026
2525
- '5.0' # April 2025
26-
- '5.1rc1' # December 2025
26+
- '5.1' # December 2025
2727
exclude:
2828
- python-version: '3.8'
2929
django-version: '5.0'
3030
- python-version: '3.9'
3131
django-version: '5.0'
3232
- python-version: '3.8'
33-
django-version: '5.1rc1'
33+
django-version: '5.1'
3434
- python-version: '3.9'
35-
django-version: '5.1rc1'
35+
django-version: '5.1'
3636
- python-version: '3.11'
3737
django-version: '3.2'
3838
- python-version: '3.12'

0 commit comments

Comments
 (0)