Skip to content

Commit 7fc6447

Browse files
reduce minimal setuptools_scm version for old python support
1 parent ae2ed92 commit 7fc6447

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,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=41.2.0", "wheel", "setuptools_scm>5"]
2+
requires = ["setuptools>=41.2.0", "wheel", "setuptools_scm>3"]
33

44

55

0 commit comments

Comments
 (0)