diff --git a/pyproject.toml b/pyproject.toml index e047c70..15fd802 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,11 +20,13 @@ classifiers = [ "Framework :: Django :: 3.2", "Framework :: Django :: 4.0", "Framework :: Django :: 4.1", + "Framework :: Django :: 4.2", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ] packages = [ @@ -32,7 +34,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" django = ">=3.2" [tool.poetry.dev-dependencies]