-
Notifications
You must be signed in to change notification settings - Fork 136
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
Support for Python 3.12 #613
Comments
If I can help somehow - tag me and give kind off instructions. |
Yes, there are a couple of dependencies that don't have 3.12 and some
people are rquired to run kraken on python 3.8 which some
3.12-compatible dependency release have already deprecated. There won't
be a bump up to 3.12 until 3.8 is EOL the end of this year at least.
|
Okay, let's freeze this issue until 2024-10. |
On 24/10/14 08:56AM, Amit D. wrote:
https://discuss.python.org/t/python-3-8-is-now-officially-eol/66983
I'll remove 3.8, add 3.12, update any dependencies and make sure
everything works, and tag a new releasein the next couple of days.
|
I'm in the process of deprecating 3.8 and bumping up most dependencies (see PR #653). Unfortunately, coremltools still doesn't have 3.12 support so I won't be able to enable that one for now. |
Yeah, I've seen that ticket and the blocking imports have already been
updated so there isn't much (anything?) keeping them from 3.12
compatibility. But without them setting the metadata flag it won't work.
|
https://pypi.org/project/coremltools/#data coremltools 8.1 supports python 3.12. |
OK, that let's us upgrade once I'm finished with the shapely 2.x stuff.
|
I've just merged the PR enabling 3.12 support and tagged a new 5.3.0 release. |
When I was trying to add kraken package to my project on Python 3.12 I got error:
Maybe package dependency on Python should be extended.
The text was updated successfully, but these errors were encountered: