mirror of
https://github.com/sigmasternchen/grimoire
synced 2025-03-15 08:08:55 +00:00
fix: Reduce minimum python version
This commit is contained in:
parent
01059c05b6
commit
a31797a950
2 changed files with 3 additions and 3 deletions
4
poetry.lock
generated
4
poetry.lock
generated
|
@ -166,5 +166,5 @@ files = [
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.13"
|
python-versions = "^3.10"
|
||||||
content-hash = "28e81416e88e5799eea27791da01c4da8a085dfcc5c1ec0c7583930ea5f50314"
|
content-hash = "606b3c662a52496b2304dc7d1a5618c9dc4bac6184c0dc9e73e6547ee937f75f"
|
||||||
|
|
|
@ -7,7 +7,7 @@ license = "BSD-2-Clause"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.13"
|
python = "^3.10"
|
||||||
markdown = "^3.7"
|
markdown = "^3.7"
|
||||||
jinja2 = "^3.1.5"
|
jinja2 = "^3.1.5"
|
||||||
pyyaml = "^6.0.2"
|
pyyaml = "^6.0.2"
|
||||||
|
|
Loading…
Reference in a new issue