Skip to content

Commit 3768bb3

Browse files
authored
🐞Update setuptools requirement for PEP 660 support (#2320)
Update setup tools Signed-off-by: Samet Akcay <[email protected]>
1 parent 7556dd8 commit 3768bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
22
# SETUP CONFIGURATION. #
33
[build-system]
4-
requires = ["setuptools>=42", "wheel"]
4+
requires = ["setuptools>=64.0.0", "wheel"]
55
build-backend = "setuptools.build_meta"
66

77
[project]

0 commit comments

Comments
 (0)