Skip to content

Commit 0245816

Browse files
authored
Python: add python v3.14, drop python v3.7, bump cibuildwheel
* Bump python version, update cibuildwheels * Drop unsupported python v3.7
1 parent 27b6a08 commit 0245816

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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 }}"

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)