Skip to content

Conversation

@jvdd
Copy link
Member

@jvdd jvdd commented Jan 28, 2025

This PR

  • drops Python 3.7 support
  • tries and fix the ci cd 🙃🥲

@my1e5
Copy link
Contributor

my1e5 commented Jan 28, 2025

Just noticed that I didn't update the build wheels step to include Python version 3.13

- name: build wheels
      uses: PyO3/maturin-action@v1
      with:
        rust-toolchain: nightly
        target: ${{ matrix.target }}
        manylinux: ${{ matrix.manylinux || 'auto' }}
        container: ${{ matrix.container }}
        args: --release --out dist --interpreter ${{ matrix.interpreter || '3.7 3.8 3.9 3.10 3.11 3.12' }}

@jvdd jvdd merged commit eba7a8a into main Jan 29, 2025
38 of 39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants