Skip to content

Commit fff2174

Browse files
authored
Restrict setuptools_scm < 8.0 (#152)
1 parent ed78572 commit fff2174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python_lib/pyproject.toml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=40.6.0",
44
"wheel",
5-
"setuptools_scm[toml]>=6.0",
5+
"setuptools_scm[toml]>=6.0,<8.0",
66
]
77
build-backend = "setuptools.build_meta"
88

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ myst-parser
88
ninja>=1.10
99
pytest
1010
pytest-asyncio
11-
setuptools_scm
11+
setuptools_scm>=6.0,<8.0
1212
reno
1313
Sphinx>=4.0,<7.2
1414
sphinx-rtd-theme

0 commit comments

Comments
 (0)