Skip to content
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

BLD/CI: support Python 3.13 (cp313/cp313t) in pyproject.toml and wheel builds #764

Merged
merged 1 commit into from
Aug 12, 2024

Commits on Aug 12, 2024

  1. BLD/CI: support Python 3.13 (cp313/cp313t) in pyproject.toml and whee…

    …l builds
    
    This is a single large update that does the following:
    
    - Depend on numpy>=2.1.0rc1 for Python 3.13
    - Update to `cibuildwheel` 2.20.0 (for Python 3.13.0rc1)
    - Update `musllinux_2014` from `1_1` to `1_2` (`1_1 is almost EOL, and little-used)
    - Merge the free-threaded and regular wheel build jobs
    - Drop `PYTHON_GIL=0` from testing, because we don't need it anymore
      (all extension modules in PyWavelets and NumPy are marked as compatible)
    - Build cp313 and cp313t wheels in release jobs
    - Add macOS arm64 free-threaded wheels
    rgommers committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9d8e15a View commit details
    Browse the repository at this point in the history