Skip to content

Conversation

@rich-iannone
Copy link
Member

To ensure compatibility with Python 3.14, this PR wraps all __doc__ attribute assignments in try-except blocks to handle the AttributeError that occurs in Python 3.14 (where typing.Union objects have read-only __doc__ attributes). We also extend the CI test matrix to include Python 3.13 and 3.14.

Fixes: #319

@github-actions github-actions bot temporarily deployed to pr-320 November 5, 2025 20:43 Destroyed
@rich-iannone rich-iannone marked this pull request as ready for review November 5, 2025 21:09
@rich-iannone rich-iannone merged commit b290dc2 into main Nov 5, 2025
9 of 10 checks passed
@rich-iannone rich-iannone deleted the fix-compat-python-3-14 branch November 5, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pointblank Python 3.14 Compatibility Issue

2 participants