We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4e5a5 commit e4bfdd3Copy full SHA for e4bfdd3
pyproject.toml
@@ -1,5 +1,6 @@
1
[build-system]
2
-requires = ["setuptools >= 80.9.0"]
+# 75.3.0 is the latest version supporting Python 3.8
3
+requires = ["setuptools >= 75.3.0"]
4
build-backend = "setuptools.build_meta"
5
6
[project]
0 commit comments