Skip to content

Commit 43bf966

Browse files
Matthijs Warmelinkjheld
authored andcommitted
feat: add support for Django 6.0 and Python 3.14
1 parent 5cf521c commit 43bf966

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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]
3335
python = "^3.9"
34-
django = ">=4.2,<6.0"
36+
django = ">=4.2,<6.1"
3537

3638
[tool.poetry.group.dev.dependencies]
3739
djlint = "^1.34.1"

0 commit comments

Comments
 (0)