Skip to content

Commit e4bfdd3

Browse files
committed
downgrade setuptools to 75.3.0
1 parent ac4e5a5 commit e4bfdd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["setuptools >= 80.9.0"]
2+
# 75.3.0 is the latest version supporting Python 3.8
3+
requires = ["setuptools >= 75.3.0"]
34
build-backend = "setuptools.build_meta"
45

56
[project]

0 commit comments

Comments
 (0)