Skip to content

Commit 3248a75

Browse files
committed
build: Fixes an issue that causes broken builds.
This patch sets an upper bound for setuptools_scm which has breaking changes and prevents the project from being built.
1 parent 4fbe1e0 commit 3248a75

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
@@ -2,7 +2,7 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"setuptools>=77",
5-
"setuptools-scm[toml]>=6.2",
5+
"setuptools-scm[toml]>=6.2,<9",
66
]
77

88
[project]

0 commit comments

Comments
 (0)