Skip to content

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

Merged
merged 2 commits into from
Feb 28, 2025
Merged

CI: Verify support for Python 3.13 #23

merged 2 commits into from
Feb 28, 2025

Conversation

amotl
Copy link
Member

@amotl amotl commented Nov 3, 2024

About

What the title says.

@cla-bot cla-bot bot added the cla-signed label Nov 3, 2024
Base automatically changed from testing-ci to main November 4, 2024 16:49
@amotl amotl force-pushed the python313 branch 2 times, most recently from 1d3a28c to 2a9f9eb Compare November 5, 2024 10:58
@amotl
Copy link
Member Author

amotl commented Dec 5, 2024

Problem

It 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 llvm-config binary. There are a number of reasons this could occur,
please see: https://llvmlite.readthedocs.io/en/latest/admin-guide/install.html#using-pip for help.

It could probably be worked around by providing an llvm compiler toolchain, supporting Python that is falling back to build that package before installation.

Outlook

Support for Python 3.13 is being tracked here.

@amotl amotl force-pushed the python313 branch 2 times, most recently from 92416c7 to 26ea817 Compare December 21, 2024 15:58
@amotl

This comment was marked as off-topic.

@amotl

This comment was marked as off-topic.

@amotl
Copy link
Member Author

amotl commented Feb 7, 2025

The dependency on Numba has been apparently resolved.

Now, we are observing this error when installing the package on CI:

Failed to build pmdarima==2.0.4
ModuleNotFoundError: No module named 'numpy'

-- https://github.com/crate/academy-fundamentals-course/actions/runs/13188166060/job/36815166034?pr=23#step:6:80

Edit: Probably fixed by...

@amotl

This comment was marked as off-topic.

@amotl amotl changed the base branch from main to maintenance-2025-02 February 28, 2025 16:34
@amotl

This comment was marked as off-topic.

@amotl
Copy link
Member Author

amotl commented Feb 28, 2025

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.

@amotl amotl marked this pull request as ready for review February 28, 2025 16:45
Base automatically changed from maintenance-2025-02 to main February 28, 2025 20:15
@amotl amotl merged commit 7d8afc2 into main Feb 28, 2025
2 checks passed
@amotl amotl deleted the python313 branch February 28, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants