Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python 3.13 #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dogukancagatay
Copy link

Description

Due to some changes in Python 3.13, the algorithm selector Enum (Algorithms) failed to initialize provided split algorithms as members.

The changes add support for Python 3.13 (tested with Python 3.13-rc1) and include converting the algorithm implementations to classes with proper hashing capability.

Checklist

  • Tests covering the new functionality have been added
  • Documentation has been updated OR the changes are too minor to be documented
  • The Changes are listed in the CHANGELOG.md OR the changes are insignificant

The algorithm selector Enum was failing to initialize provided split
algorithms as members due to some changes in Python 3.13.

The changes include the conversion of the algorithm implementations to
classes with proper hashing capability for better enum support, and
tests.
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