housekeep: poetry - include python version 3.12

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2024-04-25 07:46:39 +02:00
parent c6a530f24f
commit ffddf63975
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
2 changed files with 20 additions and 3 deletions

View file

@ -52,7 +52,7 @@ build-backend = "poetry.masonry.api"
"Request Mailing List" = "https://lists.archlinux.org/listinfo/aur-requests"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
# poetry-dynamic-versioning is used to produce tool.poetry.version
# based on git tags.