Skip to content

Commit c896f83

Browse files
committed
ci: Exclude invalid combinations of Python and Django 5.1
1 parent 6946b2d commit c896f83

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/python-package.yml

+9
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,21 @@ jobs:
2525
- python-version: 3.9
2626
django-version: 5.0
2727

28+
- python-version: 3.9
29+
django-version: 5.1
30+
2831
- python-version: 3.8
2932
django-version: 5.0
3033

34+
- python-version: 3.8
35+
django-version: 5.1
36+
3137
- python-version: 3.7
3238
django-version: 5.0
3339

40+
- python-version: 3.7
41+
django-version: 5.1
42+
3443
- python-version: 3.7
3544
django-version: 4.0
3645

0 commit comments

Comments
 (0)