-
-
Notifications
You must be signed in to change notification settings - Fork 24
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.13 issue #504
Comments
This is on an M1 Mac, with the latest OS. |
Here's a minimal Dockerfile reproduction: FROM python:3.13-slim-bookworm
RUN pip install mrml Run
|
Is there anything I can do to help with this issue? Python is on 3.13.1 now, a lot of projects tend to do their minor updates after the first patch version is released. I think not doing the nogil work is fine for now since there's not many benefits now and I don't think many projects use it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heyya, I'm trying to update my site to Python 3.13.1 from 3.12 and the mrml Python package is giving me an error on install:
Maybe py03 needs to be updated?
Thank you!
The text was updated successfully, but these errors were encountered: