From 3720917436424a445cb6d950faf720d8afc15324 Mon Sep 17 00:00:00 2001 From: David Smith Date: Sat, 24 Jan 2026 13:03:26 +0000 Subject: [PATCH] Updated minimum versions in pyproject.toml. --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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]