Skip to content

Commit 01f808c

Browse files
committed
Require a lower Python version
1 parent 06884cf commit 01f808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "django-block-fragments"
33
authors = [{ name = "Kai Schlamp", email = "[email protected]" }]
44
description = "Reusable block fragments for the Django Template Language."
55
readme = "README.md"
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.10"
77
dependencies = ["django>=5.0.0"]
88
dynamic = ["version"]
99

0 commit comments

Comments
 (0)