File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Wheels
33on : [push, workflow_dispatch]
44
55env :
6- CIBW_SKIP : cp36-* cp37* cp38* pp* *-musllinux*
6+ CIBW_SKIP : cp36-* cp37* pp* *-musllinux*
77
88jobs :
99 build_wheels :
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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build Wheels
33on : [push, workflow_dispatch]
44
55env :
6- CIBW_SKIP : cp36-* cp37* cp38* pp* *-musllinux*
6+ CIBW_SKIP : cp36-* cp37* pp* *-musllinux*
77
88jobs :
99 build_wheels :
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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments