Skip to content

Commit 4ce7a8a

Browse files
authored
ci: update wheels build for cp314 (#30)
* bumped cibuildwheel to 3.3.0 * added cp314 builds
1 parent f5ee2d5 commit 4ce7a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Build wheels
14-
uses: pypa/cibuildwheel@v2.22.0
14+
uses: pypa/cibuildwheel@v3.3.0
1515
env:
16-
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
16+
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-* cp313-* cp314-*
1717
CIBW_ARCHS: auto64
1818

1919
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)