Skip to content

Commit 1af4399

Browse files
committed
feat: support python 3.14
1 parent 2e8a7a8 commit 1af4399

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828
- name: Build wheels
29-
uses: pypa/cibuildwheel@v2.22.0
29+
uses: pypa/cibuildwheel@v3.2.1
3030
env:
3131
CIBW_ARCHS: ${{ matrix.platform.arch }}
3232
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.11",
2525
"Programming Language :: Python :: 3.12",
2626
"Programming Language :: Python :: 3.13",
27+
"Programming Language :: Python :: 3.14",
2728
"Topic :: Software Development :: Testing",
2829
"Topic :: System :: Benchmark",
2930
"Topic :: Utilities",

0 commit comments

Comments
 (0)