Skip to content

Commit 192086f

Browse files
Merge pull request #85 from tira-io/dependabot/pip/python/setuptools-gte-75-and-lt-81
Update setuptools requirement from <80,>=75 to >=75,<81 in /python
2 parents 575ff08 + e30ef99 commit 192086f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docs = [
5151
"Bug Tracker" = "https://github.com/tira-io/tirex-tracker/issues"
5252

5353
[build-system]
54-
requires = ["setuptools>=75,<80", "setuptools-scm~=8.0"]
54+
requires = ["setuptools>=75,<81", "setuptools-scm~=8.0"]
5555
build-backend = "setuptools.build_meta"
5656

5757
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)