Skip to content

Commit bfc0f3e

Browse files
committed
Upper cap setuptools_scm to <10
CI started failing on March 27, 2026; setuptools_scm had several 10.0.x releases on March 25-March27.
1 parent 8f0ddb3 commit bfc0f3e

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,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 61.0,<=75", "setuptools_scm>8"]
2+
requires = ["setuptools >= 61.0,<=75", "setuptools_scm>8,<10"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)