From 348de6f247222e2953d649932426e63492e0a6bf Mon Sep 17 00:00:00 2001 From: Abdul Monim <6266677+monim67@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:03:42 +0000 Subject: [PATCH] Drop testing with poetry<2 due to complication as a result of drastic change in pyproject syntax --- tests/pip-constraints.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/pip-constraints.txt b/tests/pip-constraints.txt index 596d22a..7b19210 100644 --- a/tests/pip-constraints.txt +++ b/tests/pip-constraints.txt @@ -1,5 +1 @@ -poetry>=1.7 ; python_version >= "3.12" -poetry>=1.6,<1.7 ; python_version >= "3.11" and python_version < "3.12" -poetry>=1.5,<1.6 ; python_version >= "3.10" and python_version < "3.11" -poetry>=1.4,<1.5 ; python_version >= "3.9" and python_version < "3.10" -poetry>=1.2,<1.3 ; python_version >= "3.8" and python_version < "3.9" +poetry>=2.0 ; python_version >= "3.9"