From 6657440746595fa2cc551bbb58c386814ae6f0e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Sun, 18 Aug 2024 11:22:39 -0600 Subject: [PATCH] Build Python 3.13 wheels (non free-threaded) --- .github/workflows/publish.yaml | 2 +- CHANGES.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 8c2f8665..67a06d8e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -51,7 +51,7 @@ jobs: uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0 with: platforms: arm64 - - uses: joerick/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2 + - uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0 env: # For workflow_dispatch, only build the new Python version. CIBW_BUILD: ${{ inputs.python && format('{0}-*', inputs.python) || null }} diff --git a/CHANGES.rst b/CHANGES.rst index 38e73c10..0a572d43 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,6 +20,7 @@ Unreleased ``importlib.metadata.version("markupsafe")``, instead. :pr:`402` - Speed up escaping plain strings by 40%. :pr:`434` - Simplify speedups implementation. :pr:`437` +- Publish wheels for Python 3.13. :pr:`461` Version 2.1.5