@@ -14,12 +14,13 @@ maintainers = [
1414]
1515license = " BSD-3-Clause"
1616readme = " README.md"
17- requires-python = " >=3.9 "
17+ requires-python = " >=3.10 "
1818dependencies = [
1919 " django-cms>=5.0.0a1" ,
2020 " djangorestframework" ,
2121 " djangocms-link>=5.0.0" ,
2222 " djangocms-text>=0.8.0" ,
23+ " djangocms-versioning>=2.1.0,<2.4.0" ,
2324 " pytest-cov>=6.0.0" ,
2425 " pytest-django>=4.10.0" ,
2526]
@@ -31,6 +32,7 @@ classifiers = [
3132 " Framework :: Django :: 5.0" ,
3233 " Framework :: Django :: 5.1" ,
3334 " Framework :: Django :: 5.2" ,
35+ " Framework :: Django :: 6.0" ,
3436 " Framework :: Django CMS" ,
3537 " Framework :: Django CMS :: 4.0" ,
3638 " Framework :: Django CMS :: 4.1" ,
@@ -42,6 +44,8 @@ classifiers = [
4244 " Programming Language :: Python :: 3.10" ,
4345 " Programming Language :: Python :: 3.11" ,
4446 " Programming Language :: Python :: 3.12" ,
47+ " Programming Language :: Python :: 3.13" ,
48+ " Programming Language :: Python :: 3.14" ,
4549 " Topic :: Internet :: WWW/HTTP" ,
4650 " Topic :: Internet :: WWW/HTTP :: Dynamic Content" ,
4751 " Topic :: Software Development" ,
@@ -73,4 +77,4 @@ where = ["."]
7377include = [" djangocms_rest*" ]
7478
7579[tool .ruff ]
76- line-length = 119
80+ line-length = 119
0 commit comments