Skip to content

Commit 88d628f

Browse files
committed
run CI against django 5.1 rc1
1 parent 17a400c commit 88d628f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +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
2526
exclude:
2627
- python-version: '3.8'
2728
django-version: '4.2'
@@ -35,6 +36,10 @@ jobs:
3536
django-version: '5.0'
3637
- python-version: '3.10'
3738
django-version: '5.0'
39+
- python-version: '3.8'
40+
django-version: '5.1rc1'
41+
- python-version: '3.10'
42+
django-version: '5.1rc1'
3843

3944
steps:
4045
- 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.1b1' # December 2025
26+
- '5.1rc1' # 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.1b1'
33+
django-version: '5.1rc1'
3434
- python-version: '3.9'
35-
django-version: '5.1b1'
35+
django-version: '5.1rc1'
3636
- python-version: '3.11'
3737
django-version: '3.2'
3838
- python-version: '3.12'

0 commit comments

Comments
 (0)