From abe85863371957151701c2f41739495d02611c6f Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 23 Mar 2023 00:12:56 +0900 Subject: Implement feed generation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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" ] -- cgit 1.4.1