Skip to content

Commit ef5b97d

Browse files
authored
Require setuptools >=42 in pyproject.toml
I noticed that ``test_pyproject_support`` and ``test_pyproject_support_with_git`` are broken with setuptools 41.6 on Fedora 32. Tests and feature are working correctly with setuptools 42 and newer. ``tox.ini`` already requires setuptools >= 42.
1 parent 4262d76 commit ef5b97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools>=34.4", "wheel"]
2+
requires = ["setuptools>=42", "wheel"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)