use the best possible setuptools and wheel for py2.7 currently

This commit is contained in:
Thomas Grainger 2021-03-21 13:56:44 +00:00 committed by GitHub
parent 55d8a117a1
commit db90997286
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 >= 35.0.2", "wheel >= 0.29.0"]
requires = [ "setuptools >= 44.1.1", "wheel >= 0.36.2"]
build-backend = "setuptools.build_meta"