From d92a59556223bb1a9a86fb94b10d59a8c018b0f7 Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Mon, 20 Jan 2025 08:49:17 -0700 Subject: [PATCH] Update setuptools/command/bdist_wheel.py Co-authored-by: Anderson Bravalheri --- setuptools/command/bdist_wheel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/command/bdist_wheel.py b/setuptools/command/bdist_wheel.py index aafff9191e..bcd176f98e 100644 --- a/setuptools/command/bdist_wheel.py +++ b/setuptools/command/bdist_wheel.py @@ -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." )