File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,13 @@ jobs:
11
11
build :
12
12
runs-on : ${{ matrix.os }}
13
13
14
+ # https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
14
15
strategy :
15
16
matrix :
16
17
os : [ macos-latest, ubuntu-latest ]
17
18
python-version : [ 3.9, "3.10" ]
18
19
django-version : [ 3.2, 4.0, 4.1, 4.2 ]
19
20
include :
20
- - os : macos-latest
21
- python-version : " 3.7"
22
- django-version : " 3.2"
23
- - os : ubuntu-latest
24
- python-version : " 3.7"
25
- django-version : " 3.2"
26
21
- os : macos-latest
27
22
python-version : " 3.8"
28
23
django-version : " 3.2"
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ def get_requirements():
34
34
"Operating System :: OS Independent" ,
35
35
"Programming Language :: JavaScript" ,
36
36
"Programming Language :: Python" ,
37
- "Programming Language :: Python :: 3.7" ,
38
37
"Programming Language :: Python :: 3.8" ,
39
38
"Programming Language :: Python :: 3.9" ,
40
39
"Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments