change(poetry): dep on python >= 3.9 < 3.11

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-12-13 00:11:26 -08:00
parent de671e9b9c
commit 95a215ec58
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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.