diff --git a/pyproject.toml b/pyproject.toml index 660cbb6..f6a7a21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,15 +10,12 @@ description="Bootstrap4 template pack for django-crispy-forms" readme = "README.md" license = {text = "MIT"} authors = [{name = "David Smith"}] -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers=[ "Environment :: Web Environment", "Development Status :: 5 - Production/Stable", "Framework :: Django", "Framework :: Django :: 5.2", - - - "Operating System :: OS Independent", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", @@ -34,7 +31,7 @@ dynamic = [ "version", ] dependencies = [ - "django>=4.2", + "django>=5.2", "django-crispy-forms>=2.3", ] [project.optional-dependencies]