mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
change(poetry): dep on python >= 3.9 < 3.11
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
de671e9b9c
commit
95a215ec58
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ build-backend = "poetry.masonry.api"
|
||||||
"Request Mailing List" = "https://lists.archlinux.org/listinfo/aur-requests"
|
"Request Mailing List" = "https://lists.archlinux.org/listinfo/aur-requests"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<3.10"
|
python = ">=3.9,<3.11"
|
||||||
|
|
||||||
# poetry-dynamic-versioning is used to produce tool.poetry.version
|
# poetry-dynamic-versioning is used to produce tool.poetry.version
|
||||||
# based on git tags.
|
# based on git tags.
|
||||||
|
|
Loading…
Add table
Reference in a new issue