File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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:
44project (
55 pybind11-numpy-example
6- VERSION 1.0.1
6+ VERSION 1.0.2
77 LANGUAGES CXX)
88
99# Initialize some default paths
Original file line number Diff line number Diff 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 ]
4848test-extras = " test"
4949test-command = " python -m pytest {project}/tests/python -v"
50- test-skip = " pp* *-musllinux* *-manylinux_i686"
50+ test-skip = " *-musllinux* *-manylinux_i686"
You can’t perform that action at this time.
0 commit comments