Fix python compatibility with Alpine

This commit is contained in:
Yax 2024-12-09 15:47:40 +01:00
parent 2b9ccf13d4
commit 05db93f7cd
5 changed files with 26 additions and 4 deletions

View file

@ -6,7 +6,7 @@ readme = "README.md"
authors = [
{ name = "Yax" }
]
requires-python = ">=3.13"
requires-python = ">=3.12.8"
dependencies = [
"mistune>=3.0.2",
"pygments>=2.18.0",