Skip to content

Commit 79cff5d

Browse files
committed
build: Revert pinning of build-time dependencing due to issues with downstream packaging.
see pytest-dev#1192 (comment)
1 parent d2245df commit 79cff5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
33
requires = [
4-
"setuptools==80.9",
5-
"setuptools-scm==9.2",
4+
"setuptools>=77",
5+
"setuptools-scm[toml]>=6.2",
66
]
77

88
[project]

0 commit comments

Comments
 (0)