Skip to content

Commit c11af75

Browse files
committed
Upgrade to recent setuptools version
1 parent d148ea5 commit c11af75

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pyautotrace = "autotrace.__main__:main"
2929
dev = [
3030
"cython~=3.2.2",
3131
"prek~=0.2.27",
32-
"setuptools~=61.0.0",
32+
"setuptools~=80.0.0",
3333
"ty~=0.0.2",
3434
{include-group = "standard"},
3535
]
@@ -47,7 +47,7 @@ docs = [
4747
]
4848

4949
[build-system]
50-
requires = ["cython~=3.2.2", "setuptools~=61.0.0"]
50+
requires = ["cython~=3.2.2", "setuptools~=80.0.0"]
5151
build-backend = "setuptools.build_meta"
5252

5353
[tool.setuptools]

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)