From c969c9a25aeb6b13d6e5fc9b155104c5a5d09609 Mon Sep 17 00:00:00 2001 From: layday Date: Fri, 3 Feb 2023 19:39:17 +0200 Subject: [PATCH] docs: update bootstrapping guidance --- docs/installation.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 37455123..6e1bfb44 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -33,13 +33,9 @@ of the following keys: Bootstrapping ============= -This package can build itself with only the ``toml`` and ``pep517`` -dependencies. The ``--skip-dependency-check`` flag should be used in this -case. - -On Python 3.10 and older, we have a dependency on tomli_, but toml_ can be -used instead, which may make bootstrapping easier. - +This package can build itself only with the ``tomli`` (can be omitted in Python 3.11+) +and ``pyproject-hooks`` dependencies. +The ``--skip-dependency-check`` flag should be used in this case. Compatibility =============