about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-23 00:12:56 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-23 00:12:56 +0900
commitabe85863371957151701c2f41739495d02611c6f (patch)
treed1d86677f7aaa36c500a36d205f230df704aa728 /pyproject.toml
parent38ab620c055e31568a792cef1c278aa608db7cf8 (diff)
downloadrub-abe85863371957151701c2f41739495d02611c6f.tar.gz
Implement feed generation
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 50e3fab..452b087 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ name = "rub"
 version = "0.0.1"
 description = "A static generator"
 readme = "README.md"
-requires-python = ">=3.8"
+requires-python = ">=3.9"
 license = { file = "COPYING" }
 authors = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
 keywords = [ "ssg", "feed", "xml" ]