Fix python compatibility with Alpine
This commit is contained in:
parent
2b9ccf13d4
commit
05db93f7cd
5 changed files with 26 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue