File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646 strategy :
4747 matrix :
4848 python-version :
49- - " 3.9"
5049 - " 3.10"
5150 - " 3.12"
5251 - " 3.13"
52+ - " 3.14"
5353 django-version :
5454 - " 4.2" # LTS
5555 runs-on : ubuntu-latest
7171 strategy :
7272 matrix :
7373 python-version :
74- - " 3.12 "
74+ - " 3.x "
7575 django-version :
7676 # LTS gets tested on all OS
7777 - " 5.1"
Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ classifiers = [
2323 " Topic :: Software Development" ,
2424 " Programming Language :: Python :: 3" ,
2525 " Programming Language :: Python :: 3 :: Only" ,
26- " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
2928 " Programming Language :: Python :: 3.12" ,
3029 " Programming Language :: Python :: 3.13" ,
30+ " Programming Language :: Python :: 3.14" ,
3131 " Framework :: Django" ,
3232 " Framework :: Django :: 4.2" ,
3333 " Framework :: Django :: 5.1" ,
3434 " Framework :: Django :: 5.2" ,
3535]
36- requires-python = " >=3.9 "
36+ requires-python = " >=3.10 "
3737dependencies = [" django>=4.2.0" , " pillow>=11.3.0" ]
3838
3939[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments