Replaced su-exec with gosu, fixed pdm using wrong python version

This commit is contained in:
Donkie
2026-01-05 23:53:41 +01:00
parent 9df3f0c91b
commit 753140ecc3
4 changed files with 9 additions and 24 deletions

View File

@@ -24,7 +24,7 @@ dependencies = [
"httpx~=0.28",
"hishel~=0.1",
]
requires-python = ">=3.9,<=3.12"
requires-python = ">=3.9,<3.13"
[project.license]
text = "MIT"