Skip to content

Commit

Permalink
Update setuptools/command/bdist_wheel.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Bravalheri <[email protected]>
  • Loading branch information
ngoldbaum and abravalheri committed Jan 20, 2025
1 parent 3bde6ef commit d92a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setuptools/command/bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def _validate_py_limited_api(self) -> None:
raise ValueError(
f"`py_limited_api={self.py_limited_api!r}` not supported. "
"`Py_LIMITED_API` is currently incompatible with "
f"`Py_GIL_DISABLED`{abinote}"
"`Py_GIL_DISABLED`."
"See https://github.com/python/cpython/issues/111506."
)

Expand Down

0 comments on commit d92a595

Please sign in to comment.