Skip to content

Commit 30d5d45

Browse files
committed
Pin Poetry version <2
1 parent b92a1b3 commit 30d5d45

File tree

3 files changed

+169
-317
lines changed

3 files changed

+169
-317
lines changed

CONTRIBUTING.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ Install `poetry`_ and `poethepoet`_ using `pipx`_::
8787

8888
$ pipx install poetry poethepoet
8989

90+
.. admonition:: Check ``tool.pipx-install`` section in ``pyproject.toml`` to
91+
see supported versions
92+
93+
::
94+
95+
[tool.pipx-install]
96+
poethepoet = ">=0.26"
97+
poetry = "<2"
98+
9099
.. _pipx: https://pipx.pypa.io/stable
91100
.. _pipx-installation-instructions: https://pipx.pypa.io/stable/installation/
92101

0 commit comments

Comments
 (0)