Skip to content

Commit 8a64c52

Browse files
Add <4 to require as recommended by Flit docs
As per https://flit.pypa.io/en/stable/pyproject_toml.html#build-system-section: > For now, all packages should specify <4, so they won't be > impacted by changes in the next major version.
1 parent 6d0b21a commit 8a64c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/shared/build-backend-tabs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.. code-block:: toml
2323
2424
[build-system]
25-
requires = ["flit_core >= 3.12.0"]
25+
requires = ["flit_core >= 3.12.0, <4"]
2626
build-backend = "flit_core.buildapi"
2727
2828
.. tab:: PDM

0 commit comments

Comments
 (0)