summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-10-28 23:24:08 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-10-28 23:24:08 -0400
commit59cceeb35bd1005a16bd9985e623b10c82527e58 (patch)
tree3be5e79854af33e0db9c66abc80cc8da68783aab
parent9cdf6ef1f4401b1ec4b032f1b61c0f4f7fd78b8d (diff)
downloadpytest-runner-59cceeb35bd1005a16bd9985e623b10c82527e58.tar.gz
Require setuptools 34.4 to support python_requires in declarative config.
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1af54cb..65d7426 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,2 @@
[build-system]
-requires = ["setuptools>=30.3", "wheel", "setuptools_scm>=1.15"]
+requires = ["setuptools>=34.4", "wheel", "setuptools_scm>=1.15"]