File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 55 extra_requirements :
66 - doc
77
8+ sphinx :
9+ configuration : docs/conf.py
10+
811# required boilerplate readthedocs/readthedocs.org#10401
912build :
1013 os : ubuntu-lts-latest
Original file line number Diff line number Diff line change 1+ Fixed crash generating error message printed when building wheels for the
2+ free-threaded build using the limited API. -- by :user: `ngoldbaum `
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ def _validate_py_limited_api(self) -> None:
284284 raise ValueError (
285285 f"`py_limited_api={ self .py_limited_api !r} ` not supported. "
286286 "`Py_LIMITED_API` is currently incompatible with "
287- f "`Py_GIL_DISABLED` ( { sys . abiflags = !r } ). "
287+ "`Py_GIL_DISABLED`. "
288288 "See https://github.com/python/cpython/issues/111506."
289289 )
290290
You can’t perform that action at this time.
0 commit comments