File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -66,25 +66,13 @@ jobs:
6666 strategy :
6767 matrix :
6868 python-version :
69- - " 3.9"
7069 - " 3.10"
7170 - " 3.11"
7271 - " 3.12"
7372 - " 3.13"
7473 django-version :
7574 - " 4.2"
76- - " 5.0"
7775 - " 5.1"
78- exclude :
79- # See https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
80- - django-version : " 4.2"
81- python-version : " 3.13"
82- - django-version : " 5.0"
83- python-version : " 3.9"
84- - django-version : " 5.0"
85- python-version : " 3.13"
86- - django-version : " 5.1"
87- python-version : " 3.9"
8876 runs-on : ubuntu-latest
8977 steps :
9078 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -20,18 +20,16 @@ classifiers = [
2020 " Programming Language :: Python" ,
2121 " Programming Language :: Python :: 3" ,
2222 " Programming Language :: Python :: 3 :: Only" ,
23- " Programming Language :: Python :: 3.9" ,
2423 " Programming Language :: Python :: 3.10" ,
2524 " Programming Language :: Python :: 3.11" ,
2625 " Programming Language :: Python :: 3.12" ,
2726 " Programming Language :: Python :: 3.13" ,
2827 " Framework :: Django" ,
2928 " Framework :: Django :: 4.2" ,
30- " Framework :: Django :: 5.0" ,
3129 " Framework :: Django :: 5.1" ,
3230 " Topic :: Software Development" ,
3331]
34- requires-python = " >=3.9 "
32+ requires-python = " >=3.10 "
3533dependencies = [
3634 " django>=4.2" ,
3735 " django-appconf>=0.6.0"
You can’t perform that action at this time.
0 commit comments