Skip to content

Commit 7f18e76

Browse files
committed
Restrain Python version to >=3.10
1 parent 54877d1 commit 7f18e76

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
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Internet :: WWW/HTTP",
2424
"Topic :: Software Development :: Libraries :: Python Modules",
2525
]
26-
requires-python = ">=3.8.1,<4.0"
26+
requires-python = ">=3.10"
2727
dependencies = [
2828
"pelican>=4.5",
2929
"libgravatar>=0.2.5",

0 commit comments

Comments
 (0)