File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,19 +54,14 @@ jobs:
5454 " linux-aarch64" ,
5555 ]
5656 python_version : [
57- " 37" ,
5857 " 38" ,
5958 " 39" ,
6059 " 310" ,
6160 " 311" ,
6261 " 312" ,
6362 " 313" ,
64- " 314" ,
65- " 315" ,
63+ " 314"
6664 ]
67- exclude :
68- - os_arch : " macos-arm64"
69- python_version : " 37"
7065 include :
7166 - os_arch : " windows-ia32"
7267 os : " windows-2022"
@@ -131,7 +126,7 @@ jobs:
131126 with :
132127 platforms : arm64
133128 - name : Build wheels
134- uses : pypa/cibuildwheel@v2.22 .0
129+ uses : pypa/cibuildwheel@v3.4 .0
135130 env :
136131 CIBW_BUILD : " cp${{ matrix.python_version }}-*"
137132 CIBW_PLATFORM : " ${{ matrix.os_short }}"
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ classifiers = [
2323 " Programming Language :: Python :: 3.12" ,
2424 " Programming Language :: Python :: 3.13" ,
2525 " Programming Language :: Python :: 3.14" ,
26- " Programming Language :: Python :: 3.15" ,
2726]
2827
2928[tool .scikit-build ]
You can’t perform that action at this time.
0 commit comments