Skip to content

Commit c8db4be

Browse files
authored
Update the flit_core lower bound (#1193)
Version 3.4 added PEP 660 support. Version 3.3 added PEP 621 support. https://flit.pypa.io/en/stable/history.html
1 parent c09018a commit c8db4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Open :file:`pyproject.toml` and enter one of these ``[build-system]`` tables:
147147
.. code-block:: toml
148148
149149
[build-system]
150-
requires = ["flit_core>=3.2"]
150+
requires = ["flit_core>=3.4"]
151151
build-backend = "flit_core.buildapi"
152152
153153
.. tab:: PDM

0 commit comments

Comments
 (0)