File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ classifiers = [
1414 " Framework :: Django :: 5.0" ,
1515 " Framework :: Django :: 5.1" ,
1616 " Framework :: Django :: 5.2" ,
17+ " Framework :: Django :: 6.0" ,
1718 " Framework :: Django" ,
1819 " Intended Audience :: Developers" ,
1920 " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
@@ -25,13 +26,14 @@ classifiers = [
2526 " Programming Language :: Python :: 3.11" ,
2627 " Programming Language :: Python :: 3.12" ,
2728 " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
2830 " Topic :: Software Development :: Libraries :: Python Modules" ,
2931]
30- packages = [{include = " easyaudit" }]
32+ packages = [{ include = " easyaudit" }]
3133
3234[tool .poetry .dependencies ]
3335python = " ^3.9"
34- django = " >=4.2,<6.0 "
36+ django = " >=4.2,<6.1 "
3537
3638[tool .poetry .group .dev .dependencies ]
3739djlint = " ^1.34.1"
You can’t perform that action at this time.
0 commit comments