Fix Python 3.14 compatibility by removing __doc__ assignments to type
aliases
Python 3.14 made typing.Union and TypeVar objects' __doc__ attributes
read-only,
preventing assignment of custom documentation strings. This patch
removes all
__doc__ assignments from type aliases to make pyvista importable in
Python 3.14.
.
This is based on upstream PR #8102

Attachment: 0001-fix-python3.14.patch
Description: Binary data

Reply via email to