Note version of setuptools working on Python 3.6

This commit is contained in:
rocky
2024-09-20 16:23:18 -04:00
parent e6c63e419e
commit c309730748

View File

@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools>=71.0.3",
# "setuptools>=59.6.0", # for 3.6
]
build-backend = "setuptools.build_meta"