-
Notifications
You must be signed in to change notification settings - Fork 34
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 Python 3.12 #108
base: main
Are you sure you want to change the base?
Support Python 3.12 #108
Conversation
@esc as per #101 (comment). |
@carlfischerjba it looks like the GHA setup is disabled for this repository, I'll need to look into that. |
@carlfischerjba I think this is stalled until I can bring this up during a developer meeting for the Numba team. |
@@ -30,7 +30,7 @@ test: | |||
- scipy<1.11.0 | |||
- pytest | |||
- setuptools | |||
- faulthandler # [py27 and (not (armv6l or armv7l))] | |||
- faulthandler # [py27 and (not (armv6l or armv7l))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like this should not be needed anymore (as we're not doing anything on Python 2).
@carlfischerjba thank you again for submitting this. We discussed this today in the maintainer meeting. It turns out the project has gone somewhat stale and the github actions could benefit from a rewrite. It will need some maintainer grease here. However, the Numba project doesn't have any maintainers with capacity to look into this at present. We have added it to our queue of things to do and hope to get around to it at some point later on during the year. Hopefully we'll be able to add 3.12 and 3.13 (and 3.14) support then. |
Support for Python 3.12.