Skip to content

Commit a03fabf

Browse files
committed
drop mininum versions setuptools >= 82 (python3.9)
1 parent b591aee commit a03fabf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 83.0.0",
3+
"setuptools >= 82.0.0",
44
"pybind11 >= 3.0.4",
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)