diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c306d1f..fa3d74f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: with: platforms: arm64 - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.3 env: CBOR2_BUILD_C_EXTENSION: "1" CIBW_SKIP: pp* cp36* cp37* diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 5d08782..ac0d7f5 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,9 +5,9 @@ Version history This library adheres to `Semantic Versioning `_. -**UNRELEASED** +**5.6.5** (2024-10-09) -- Added support for Python 3.13 +- Published binary wheels for Python 3.13 **5.6.4** (2024-06-06)