Add prebuilt binaries for 3.13

This commit is contained in:
angie 2024-12-15 20:21:37 -03:00
parent 59bb47d88c
commit 7fed83f913
2 changed files with 7 additions and 1 deletions

View File

@ -14,12 +14,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-latest, windows-latest]
steps:
- name: Checkout reposistory
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.13'
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
env:

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Set MSRV (minimal supported Rust version) to 1.66.1.
- Prebuilt binaries for Python 3.13.
### Fixed