Skip to content

Commit a9f0c7d

Browse files
committed
bumpy cibuildwheel to 3.1, bump version
1 parent 67a1ae2 commit a9f0c7d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- name: Build wheels
16-
uses: pypa/cibuildwheel@v2.20
16+
uses: pypa/cibuildwheel@v3.1
1717

1818
- uses: actions/upload-artifact@v4
1919
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: nbstripout
2525

2626
- repo: https://github.com/pre-commit/mirrors-clang-format
27-
rev: v20.1.7
27+
rev: v20.1.8
2828
hooks:
2929
- id: clang-format
3030

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
cmake_minimum_required(VERSION 3.16...3.30)
1+
cmake_minimum_required(VERSION 3.16...4.0)
22

33
# Set a name and a version number for your project:
44
project(
55
pybind11-numpy-example
6-
VERSION 1.0.1
6+
VERSION 1.0.2
77
LANGUAGES CXX)
88

99
# Initialize some default paths

ext/Catch2

Submodule Catch2 updated 201 files

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ classifiers=[
2222
"Programming Language :: Python :: 3.11",
2323
"Programming Language :: Python :: 3.12",
2424
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14",
2526
"Programming Language :: Python :: Implementation :: CPython",
26-
"Programming Language :: Python :: Implementation :: PyPy",
2727
"Operating System :: MacOS :: MacOS X",
2828
"Operating System :: Microsoft :: Windows",
2929
"Operating System :: POSIX :: Linux",
@@ -47,4 +47,4 @@ BUILD_DOCS = "OFF"
4747
[tool.cibuildwheel]
4848
test-extras = "test"
4949
test-command = "python -m pytest {project}/tests/python -v"
50-
test-skip = "pp* *-musllinux* *-manylinux_i686"
50+
test-skip = "*-musllinux* *-manylinux_i686"

0 commit comments

Comments
 (0)