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

Python 3.12-3.13 support? #452

Closed
andreped opened this issue Oct 22, 2024 · 4 comments · Fixed by #472
Closed

Python 3.12-3.13 support? #452

andreped opened this issue Oct 22, 2024 · 4 comments · Fixed by #472

Comments

@andreped
Copy link
Contributor

andreped commented Oct 22, 2024

As we are migrating to Python 3.13, I was not surprised to see that some libraries do not yet officially support 3.13, as it is only 2 weeks old.

But I was surprised to see that Python 3.12 does not seem to be officially supported yet (see PR #111). What is the hold-up?

The TOML file also says that 3.12 should be supported (see here) but from various threads that does not seem to be the case.

@jamescalam
Copy link
Member

@andreped it seems that 3.12 is functional unless our tests are missing something - I added test coverage for it here #456

We'll be looking into 3.13 soon

@andreped
Copy link
Contributor Author

@jamescalam We have upgraded our backend to Python 3.12 and all is good.

Any update on Python 3.13?

@jamescalam
Copy link
Member

@andreped I'm going to start on 3.13 support now — adding to v0.1.0 release, will let you know once I have an update

@jamescalam
Copy link
Member

@andreped added support - however anything relying on torch or fastembed will not work yet (as neither currently support 3.13)

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 a pull request may close this issue.

2 participants