File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 49
49
strategy :
50
50
matrix :
51
51
python-version :
52
- - " 3.8"
53
52
- " 3.9"
54
53
- " 3.10"
55
54
- " 3.12"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ classifiers = [
23
23
" Programming Language :: JavaScript" ,
24
24
" Programming Language :: Python :: 3" ,
25
25
" Programming Language :: Python :: 3 :: Only" ,
26
- " Programming Language :: Python :: 3.8" ,
27
26
" Programming Language :: Python :: 3.9" ,
28
27
" Programming Language :: Python :: 3.10" ,
29
28
" Programming Language :: Python :: 3.11" ,
@@ -33,7 +32,7 @@ classifiers = [
33
32
" Framework :: Django :: 4.2" ,
34
33
" Framework :: Django :: 5.0" ,
35
34
]
36
- requires-python = " >=3.8 "
35
+ requires-python = " >=3.9 "
37
36
dependencies = [" django>=3.2.0" ]
38
37
39
38
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments