Skip to content

Commit 3ec74c3

Browse files
committed
Relax setuptools version constraint
- Change from setuptools == 68.2.2 to setuptools < 81 - Allows more flexibility while maintaining compatibility - Keeps setuptools in build-system where it's needed for setuptools.build_meta
1 parent 45a3504 commit 3ec74c3

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,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools == 68.2.2",
3+
"setuptools < 81",
44
"wheel",
55
]
66
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)