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.
This commit is contained in:
Christian Heimes 2020-12-11 12:15:28 +01:00 committed by GitHub
parent 4262d7670d
commit ef5b97d862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=34.4", "wheel"]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"