Skip to content

Commit 0e38388

Browse files
ci: update build system
1 parent f55c842 commit 0e38388

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/build_aarch64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Wheels
33
on: [push, workflow_dispatch]
44

55
env:
6-
CIBW_SKIP: cp36-* cp37* cp38* pp* *-musllinux*
6+
CIBW_SKIP: cp36-* cp37* pp* *-musllinux*
77

88
jobs:
99
build_wheels:
@@ -36,7 +36,7 @@ jobs:
3636
# cmake-version: '3.16.x'
3737

3838
- name: Build wheels
39-
uses: pypa/cibuildwheel@v2.22.0
39+
uses: pypa/cibuildwheel@v3.2.0
4040
# to supply options, put them in 'env', like:
4141
env:
4242
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install "cmake>=3.30.2" && pip install cython numpy scikit-build

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Wheels
33
on: [push, workflow_dispatch]
44

55
env:
6-
CIBW_SKIP: cp36-* cp37* cp38* pp* *-musllinux*
6+
CIBW_SKIP: cp36-* cp37* pp* *-musllinux*
77

88
jobs:
99
build_wheels:
@@ -28,7 +28,7 @@ jobs:
2828
# cmake-version: '3.16.x'
2929

3030
- name: Build wheels
31-
uses: pypa/cibuildwheel@v2.22.0
31+
uses: pypa/cibuildwheel@v3.2.0
3232
# to supply options, put them in 'env', like:
3333
env:
3434
CIBW_BEFORE_BUILD: git submodule init && git submodule update && pip install "cmake>=3.30.2" && pip install cython numpy scikit-build setuptools wheel

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def read(fname):
121121
"Programming Language :: Python :: 3.11",
122122
"Programming Language :: Python :: 3.12",
123123
"Programming Language :: Python :: 3.13",
124+
"Programming Language :: Python :: 3.14",
124125
"Topic :: Scientific/Engineering",
125126
"Operating System :: POSIX",
126127
"Operating System :: MacOS",

0 commit comments

Comments
 (0)