Skip to content

Commit bec99a2

Browse files
committed
Use older setuptools for python 3.8 unittests
1 parent ad8273e commit bec99a2

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>=81.0.0", "wheel"]
2+
requires = ["setuptools>=75.3.4", "wheel"]
33

44
[tool.coverage.run]
55
branch = true

0 commit comments

Comments
 (0)