We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc53b6 commit 348de6fCopy full SHA for 348de6f
tests/pip-constraints.txt
@@ -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"
+poetry>=2.0 ; python_version >= "3.9"
0 commit comments