From 95a215ec58a2f32243bef2eded81f33ec70a52f4 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Mon, 13 Dec 2021 00:11:26 -0800 Subject: [PATCH] change(poetry): dep on python >= 3.9 < 3.11 Signed-off-by: Kevin Morris --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f164967c..bcf14747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ build-backend = "poetry.masonry.api" "Request Mailing List" = "https://lists.archlinux.org/listinfo/aur-requests" [tool.poetry.dependencies] -python = ">=3.9,<3.10" +python = ">=3.9,<3.11" # poetry-dynamic-versioning is used to produce tool.poetry.version # based on git tags.