Skip to content

Commit 7ed4243

Browse files
committed
pyproject(requires-python) 3.9 -> 3.10 minimum
1 parent 7cd9767 commit 7ed4243

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
@@ -2,7 +2,7 @@
22
name = "django-docutils"
33
version = "0.28.0"
44
description = "Docutils (a.k.a. reStructuredText, reST, RST) support for django."
5-
requires-python = ">=3.9,<4.0"
5+
requires-python = ">=3.10,<4.0"
66
authors = [
77
{name = "Tony Narlock", email = "tony@git-pull.com"}
88
]

0 commit comments

Comments
 (0)