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

feat!: add initial support for python 3.12 #209

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

mbelak-dtml
Copy link
Collaborator

NOTE: extras umap-learn is not supported in Python 3.12 since umap-learn does not currently support Python 3.12.

BREAKING CHANGE: Support for Python 3.8 is dropped.

@mbelak-dtml mbelak-dtml force-pushed the feat/python-3.12 branch 4 times, most recently from 89e87cb to c74c522 Compare March 1, 2024 08:45
@mbelak-dtml mbelak-dtml self-assigned this Mar 1, 2024
@mbelak-dtml
Copy link
Collaborator Author

Blocked by #211 -- the tests fail under Python 3.12 because umap cannot be installed for 3.12 and tests fail without umap installed.

NOTE: extras umap-learn is not supported in Python 3.12 since umap-learn does
not currently support Python 3.12.

BREAKING CHANGE: Support for Python 3.8 is dropped.
@mbelak-dtml mbelak-dtml marked this pull request as ready for review March 1, 2024 13:11
@mbelak-dtml mbelak-dtml requested a review from lukany as a code owner March 1, 2024 13:11
@mbelak-dtml
Copy link
Collaborator Author

Blocked by #211 -- the tests fail under Python 3.12 because umap cannot be installed for 3.12 and tests fail without umap installed.

Resolved

@lukany lukany added this pull request to the merge queue Mar 4, 2024
Merged via the queue into main with commit 82a8ef1 Mar 4, 2024
6 checks passed
@lukany lukany deleted the feat/python-3.12 branch March 4, 2024 09:41
mbelak-dtml added a commit that referenced this pull request Mar 4, 2024
#209 introduced support for Python 3.12 with
extras umap not being supported. However, there is in reality nothing preventing umap
from being supported.

The missing support for 3.12 by `umap-learn` was based on a false premise that a new version
of the library needs to be released in order to add support for Python 3.12.
@mbelak-dtml mbelak-dtml mentioned this pull request Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants