Skip to content

Commit 348de6f

Browse files
committed
Drop testing with poetry<2
due to complication as a result of drastic change in pyproject syntax
1 parent 5fc53b6 commit 348de6f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/pip-constraints.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
poetry>=1.7 ; python_version >= "3.12"
2-
poetry>=1.6,<1.7 ; python_version >= "3.11" and python_version < "3.12"
3-
poetry>=1.5,<1.6 ; python_version >= "3.10" and python_version < "3.11"
4-
poetry>=1.4,<1.5 ; python_version >= "3.9" and python_version < "3.10"
5-
poetry>=1.2,<1.3 ; python_version >= "3.8" and python_version < "3.9"
1+
poetry>=2.0 ; python_version >= "3.9"

0 commit comments

Comments
 (0)