Skip to content

Commit 83196c6

Browse files
committed
include django 4.2
1 parent 326cdc6 commit 83196c6

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version:
13-
- '3.8'
14-
- '3.9'
1513
- '3.10'
1614
- '3.11'
1715
- '3.12'
@@ -20,22 +18,12 @@ jobs:
2018
- '5.0'
2119
- '5.1'
2220
- 'main'
23-
exclude:
21+
include:
2422
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
25-
26-
# < Python 3.10 is not supported by Django 5.0+
27-
- python-version: '3.8'
28-
django-version: '5.0'
29-
- python-version: '3.9'
30-
django-version: '5.0'
31-
- python-version: '3.8'
32-
django-version: '5.1'
33-
- python-version: '3.9'
34-
django-version: '5.1'
3523
- python-version: '3.8'
36-
django-version: 'main'
24+
django-version: '4.2'
3725
- python-version: '3.9'
38-
django-version: 'main'
26+
django-version: '4.2'
3927

4028
steps:
4129
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)