Skip to content

Commit 3cd5b94

Browse files
committed
test against 5.1 rc1
1 parent 4a4b1be commit 3cd5b94

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,7 +23,7 @@ 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'
@@ -34,9 +34,9 @@ jobs:
3434
- python-version: '3.12'
3535
django-version: '3.2'
3636
- python-version: '3.8'
37-
django-version: '5.1b1'
37+
django-version: '5.1rc1'
3838
- python-version: '3.9'
39-
django-version: '5.1b1'
39+
django-version: '5.1rc1'
4040

4141
steps:
4242
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)