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 4949 strategy :
5050 matrix :
5151 python-version :
52- - " 3.8"
5352 - " 3.9"
5453 - " 3.10"
5554 - " 3.12"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ classifiers = [
2323 " Programming Language :: JavaScript" ,
2424 " Programming Language :: Python :: 3" ,
2525 " Programming Language :: Python :: 3 :: Only" ,
26- " Programming Language :: Python :: 3.8" ,
2726 " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928 " Programming Language :: Python :: 3.11" ,
@@ -33,7 +32,7 @@ classifiers = [
3332 " Framework :: Django :: 4.2" ,
3433 " Framework :: Django :: 5.0" ,
3534]
36- requires-python = " >=3.8 "
35+ requires-python = " >=3.9 "
3736dependencies = [" django>=3.2.0" ]
3837
3938[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments