Skip to content

Commit 4dde910

Browse files
committed
Downgrade Python to 3.12
1 parent 8698b29 commit 4dde910

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
@@ -7,7 +7,7 @@ authors = [{name = "Marcus Kazmierczak", email = "marcus@mkaz.com"}]
77
license = {text = "MIT"}
88
readme = "README.md"
99
keywords = ["static site generator", "static site", "blog"]
10-
requires-python = ">=3.13"
10+
requires-python = ">=3.12"
1111

1212
classifiers = [
1313
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)