diff --git a/pyproject.toml b/pyproject.toml index 78b1c6e..97e2166 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ltree-2" -version = "0.1.8" +version = "0.1.9" description = "Continual of django-ltree" authors = ["baseplate-admin <61817579+baseplate-admin@users.noreply.github.com>"] license = "MIT" @@ -9,8 +9,6 @@ packages = [{include = "django_ltree"}] classifiers = [ "Development Status :: 5 - Production/Stable", "Framework :: Django", - "Framework :: Django :: 3.0", - "Framework :: Django :: 3.1", "Framework :: Django :: 3.2", "Framework :: Django :: 4.1", "Framework :: Django :: 4.2", @@ -24,6 +22,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + ] [tool.poetry.urls] @@ -41,7 +41,6 @@ psycopg = ">=3" pytest = "^8.0.1" pytest-django = "^4.8.0" - [tool.poetry.group.docs.dependencies] sphinx = "^7.2.6" myst-parser = ">=2"