Skip to content

Commit 3ea168c

Browse files
Build python 3.13 wheels (#99)
1 parent 9dd7012 commit 3ea168c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-qemu-action@v3
4040
with:
4141
platforms: all
42-
- uses: pypa/cibuildwheel@v2.20.0
42+
- uses: pypa/cibuildwheel@v2.21.2
4343
- uses: actions/upload-artifact@v4
4444
with:
4545
name: artifact-wheel-${{ matrix.os }}

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ build = [
6767
"cp310-*",
6868
"cp311-*",
6969
"cp312-*",
70+
"cp313-*",
7071
"pp38-*",
7172
"pp39-*",
7273
"pp310-*",

0 commit comments

Comments
 (0)