File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change 10
10
fail-fast : false
11
11
matrix :
12
12
python-version :
13
- - ' 3.8'
14
- - ' 3.9'
15
13
- ' 3.10'
16
14
- ' 3.11'
17
15
- ' 3.12'
@@ -20,22 +18,12 @@ jobs:
20
18
- ' 5.0'
21
19
- ' 5.1'
22
20
- ' main'
23
- exclude :
21
+ include :
24
22
# 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'
35
23
- python-version : ' 3.8'
36
- django-version : ' main '
24
+ django-version : ' 4.2 '
37
25
- python-version : ' 3.9'
38
- django-version : ' main '
26
+ django-version : ' 4.2 '
39
27
40
28
steps :
41
29
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments