We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b6a08 commit cbf2839Copy full SHA for cbf2839
2 files changed
.github/workflows/python.yml
@@ -61,8 +61,7 @@ jobs:
61
"311",
62
"312",
63
"313",
64
- "314",
65
- "315",
+ "314"
66
]
67
exclude:
68
- os_arch: "macos-arm64"
@@ -131,7 +130,7 @@ jobs:
131
130
with:
132
platforms: arm64
133
- name: Build wheels
134
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v3.4.0
135
env:
136
CIBW_BUILD: "cp${{ matrix.python_version }}-*"
137
CIBW_PLATFORM: "${{ matrix.os_short }}"
pyproject.toml
@@ -23,7 +23,6 @@ classifiers = [
23
"Programming Language :: Python :: 3.12",
24
"Programming Language :: Python :: 3.13",
25
"Programming Language :: Python :: 3.14",
26
- "Programming Language :: Python :: 3.15",
27
28
29
[tool.scikit-build]
0 commit comments