chore: support for python 3.11 and poetry.lock update

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2023-04-30 10:12:09 +01:00
parent bab17a9d26
commit e896edaccc
No known key found for this signature in database
GPG key ID: 59E43E106B247368
2 changed files with 128 additions and 133 deletions

View file

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