File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ jobs:
4141 - " 3.11"
4242 - " 3.12"
4343 - " 3.13"
44+ - " 3.14"
4445 django-version :
45- - " 4.2.0 "
46- - " 5.1.0 "
47- - " 5.2 .0"
46+ - " 4.2"
47+ - " 5.2 "
48+ - " 6 .0"
4849 steps :
4950 - uses : actions/checkout@v6
5051 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ classifiers = [
2828 " Programming Language :: Python :: 3.11" ,
2929 " Programming Language :: Python :: 3.12" ,
3030 " Programming Language :: Python :: 3.13" ,
31+ " Programming Language :: Python :: 3.14" ,
3132 " Programming Language :: Python :: 3 :: Only" ,
3233 " Framework :: Django" ,
3334 " Framework :: Django :: 4.2" ,
34- " Framework :: Django :: 5.1" ,
3535 " Framework :: Django :: 5.2" ,
36+ " Framework :: Django :: 6.0" ,
3637 " Framework :: Wagtail" ,
3738 " Framework :: Wagtail :: 6" ,
3839 " Framework :: Wagtail :: 7" ,
You can’t perform that action at this time.
0 commit comments