Skip to content

Commit cbf2839

Browse files
committed
Bump python version, update cibuildwheels
1 parent 27b6a08 commit cbf2839

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
"311",
6262
"312",
6363
"313",
64-
"314",
65-
"315",
64+
"314"
6665
]
6766
exclude:
6867
- os_arch: "macos-arm64"
@@ -131,7 +130,7 @@ jobs:
131130
with:
132131
platforms: arm64
133132
- name: Build wheels
134-
uses: pypa/cibuildwheel@v2.22.0
133+
uses: pypa/cibuildwheel@v3.4.0
135134
env:
136135
CIBW_BUILD: "cp${{ matrix.python_version }}-*"
137136
CIBW_PLATFORM: "${{ matrix.os_short }}"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)