Skip to content

Commit 961f83c

Browse files
committed
fix(python-wrapper): Downgrade setuptools
>76 does not work with twine 6.x
1 parent 099e643 commit 961f83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_wrapper/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525

2626
[project.optional-dependencies]
2727
dev = [
28-
"setuptools==77.*",
28+
"setuptools==75.*",
2929
"setuptools-scm==8.*",
3030
"twine==6.1.*",
3131
"wheel==0.45.*",
@@ -58,7 +58,7 @@ privacy = [
5858

5959
[build-system]
6060
requires = [
61-
"setuptools",
61+
"setuptools==75.*",
6262
"setuptools-scm",
6363
"wheel",
6464
]

0 commit comments

Comments
 (0)