Skip to content

Commit a49651f

Browse files
committed
build with python 3.14
1 parent 7411171 commit a49651f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-22.04 ]
18-
python: ["3.10"]
18+
python: ["3.14"]
1919
manylinux_image: [ manylinux2014, manylinux_2_28 ]
2020
# Disable for platforms where pure Python wheels would be generated
21-
cibw_skip: [ "pp38-* pp39-* pp310-* pp311-* pp312-* pp313-*" ]
21+
cibw_skip: [ "pp38-* pp39-* pp310-* pp311-* pp312-* pp313-* pp314-*" ]
2222
steps:
2323
- uses: actions/checkout@v4
2424

@@ -61,14 +61,14 @@ jobs:
6161
- uses: actions/setup-python@v5
6262
name: Install Python
6363
with:
64-
python-version: "3.10"
64+
python-version: "3.14"
6565

6666
- name: Install cibuildwheel
6767
run: |
6868
python -m pip install --upgrade pip cibuildwheel
6969
- name: Build binary wheels
7070
env:
71-
CIBW_SKIP: "pp38-* pp39-* pp310-* pp311-*"
71+
CIBW_SKIP: "pp38-* pp39-* pp310-* pp311-* pp312-* pp313-* pp314-*"
7272
CIBW_BUILD_VERBOSITY: 1
7373
CIBW_ARCHS_MACOS: "x86_64 arm64"
7474
run: python -m cibuildwheel
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-24.04
8484
strategy:
8585
matrix:
86-
python: ["3.10"]
86+
python: ["3.14"]
8787
steps:
8888
- uses: actions/checkout@v4
8989

@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/setup-python@v5
115115
name: Install Python
116116
with:
117-
python-version: "3.10"
117+
python-version: "3.14"
118118

119119
- name: Build sdist
120120
run: python setup.py sdist

0 commit comments

Comments
 (0)