Skip to content

Commit 6657440

Browse files
Build Python 3.13 wheels (non free-threaded)
1 parent d2cb9c1 commit 6657440

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
5252
with:
5353
platforms: arm64
54-
- uses: joerick/cibuildwheel@7e5a838a63ac8128d71ab2dfd99e4634dd1bca09 # v2.19.2
54+
- uses: pypa/cibuildwheel@bd033a44476646b606efccdd5eed92d5ea1d77ad # v2.20.0
5555
env:
5656
# For workflow_dispatch, only build the new Python version.
5757
CIBW_BUILD: ${{ inputs.python && format('{0}-*', inputs.python) || null }}

CHANGES.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Unreleased
2020
``importlib.metadata.version("markupsafe")``, instead. :pr:`402`
2121
- Speed up escaping plain strings by 40%. :pr:`434`
2222
- Simplify speedups implementation. :pr:`437`
23+
- Publish wheels for Python 3.13. :pr:`461`
2324

2425

2526
Version 2.1.5

0 commit comments

Comments
 (0)