Skip to content

Fix for python 3.14 - #7

Open
CRCinAU wants to merge 1 commit into
perryflynn:masterfrom
CRCinAU:master
Open

Fix for python 3.14#7
CRCinAU wants to merge 1 commit into
perryflynn:masterfrom
CRCinAU:master

Conversation

@CRCinAU

@CRCinAU CRCinAU commented Jul 20, 2026

Copy link
Copy Markdown

Update comparison methods to return NotImplemented instead of raising NotImplementedError

This change improves compatibility with Python 3.14, where returning NotImplemented is now the preferred behaviour for eq methods when comparing with incompatible types.

… NotImplementedError

This change improves compatibility with Python 3.14, where returning NotImplemented
is now the preferred behavior for __eq__ methods when comparing with incompatible types.
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.

1 participant