-
Notifications
You must be signed in to change notification settings - Fork 3
CI: Verify support for Python 3.13 #23
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
Conversation
1d3a28c
to
2a9f9eb
Compare
ProblemIt looks like the llvmlite package does not provide binary wheels for Python 3.13 yet, see CI job run #11652819674. Warning RuntimeError: Could not find a It could probably be worked around by providing an llvm compiler toolchain, supporting Python that is falling back to build that package before installation. OutlookSupport for Python 3.13 is being tracked here. |
92416c7
to
26ea817
Compare
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
The dependency on Numba has been apparently resolved. Now, we are observing this error when installing the package on CI:
Edit: Probably fixed by... |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
It looks like the software validated here seems to be supported by Python 3.13, as CI/GHA says, so I am staging the PR for review. Thanks! NB: The patch is stacked upon GH-60, please converge that one first. |
About
What the title says.