We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8a7a8 commit 1af4399Copy full SHA for 1af4399
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
submodules: true
28
- name: Build wheels
29
- uses: pypa/cibuildwheel@v2.22.0
+ uses: pypa/cibuildwheel@v3.2.1
30
env:
31
CIBW_ARCHS: ${{ matrix.platform.arch }}
32
pyproject.toml
@@ -24,6 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: 3.11",
25
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
+ "Programming Language :: Python :: 3.14",
"Topic :: Software Development :: Testing",
"Topic :: System :: Benchmark",
"Topic :: Utilities",
0 commit comments