Skip to content

Commit c385eff

Browse files
authored
fix: wrong upper limit
1 parent d265b0a commit c385eff

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,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 42.0.0, <78", # TODO: REMOVE UPPER LIMIT ONCE IT IS ADAPTED ON THE RELEASE ACTION
3+
"setuptools >= 42.0.0, <77", # TODO: REMOVE UPPER LIMIT ONCE IT IS ADAPTED ON THE RELEASE ACTION
44
"wheel",
55
"ansys_tools_protoc_helper>=0.4.0",
66
"ansys-api-dbu==0.3.16",

0 commit comments

Comments
 (0)