From 7fed83f913ff5ba636cb07c412dfe54e7fc08023 Mon Sep 17 00:00:00 2001 From: angie Date: Sun, 15 Dec 2024 20:21:37 -0300 Subject: [PATCH] Add prebuilt binaries for 3.13 --- .github/workflows/pypi_upload.yml | 7 ++++++- CHANGELOG.md | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi_upload.yml b/.github/workflows/pypi_upload.yml index 0c8c4fb..fe62f2d 100644 --- a/.github/workflows/pypi_upload.yml +++ b/.github/workflows/pypi_upload.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f87981..4975d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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