Skip to content

Commit 41f7436

Browse files
committed
Remove upper bound on Requires-Python
Rationale: https://discuss.python.org/t/requires-python-upper-limits/12663
1 parent 8d61c0b commit 41f7436

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
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Text Processing :: Markup :: HTML",
2727
"Topic :: Text Processing :: Markup :: reStructuredText",
2828
]
29-
requires-python = ">=3.10,<4.0"
29+
requires-python = ">=3.10"
3030
dependencies = [
3131
"blinker>=1.7.0",
3232
"docutils>=0.20.1",

0 commit comments

Comments
 (0)