Skip to content

Commit 9820d27

Browse files
authored
Build for CPython 3.14
1 parent 60680ba commit 9820d27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
python3 -c "import pathlib,glob;pathlib.Path('GITHUB_ENV').write_text('SDIST_PATH' + glob.glob('dist/*.tar.gz')[0])"
2323
2424
- name: Build wheels
25-
uses: pypa/cibuildwheel@v3.1.4
25+
uses: pypa/cibuildwheel@v3.2.1
2626
env:
27-
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* pp310-* pp311-*"
27+
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-* cp314-* pp310-* pp311-*"
2828
with:
2929
package-dir: "$SDIST_PATH"
3030

@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454
with:
5555
submodules: true
56-
- uses: pypa/cibuildwheel@v3.1.4
56+
- uses: pypa/cibuildwheel@v3.2.1
5757
env:
5858
CIBW_PLATFORM: pyodide
5959
- uses: actions/upload-artifact@v4
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
submodules: true
7474
- run: brew upgrade cmake --formula
75-
- uses: pypa/cibuildwheel@v3.1.4
75+
- uses: pypa/cibuildwheel@v3.2.1
7676
env:
7777
CIBW_PLATFORM: ios
7878
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)