lowered minimum python version

This commit is contained in:
2026-06-07 02:27:58 -05:00
parent 86065b30d0
commit 5e6d576896
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ description = "A simple markdown server."
authors = [
{ name = "long", email = "longnguyen176251@gmail.com" }
]
requires-python = ">=3.13"
requires-python = ">=3.11"
dependencies = [
"bottle>=0.13.4",
"markdown>=3.10.2",