Skip to content

Commit d311511

Browse files
authored
chore: use pybind11 3.0 final (#1024)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 3022e03 commit d311511

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
matrix:
107107
include:
108108
- os: ubuntu-latest
109-
only: cp313t-manylinux_x86_64
109+
only: cp314t-manylinux_x86_64
110110
- os: ubuntu-24.04-arm
111111
only: cp313-manylinux_aarch64
112112
- os: windows-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["scikit-build-core>=0.11", "pybind11==3.0.0rc3"]
2+
requires = ["scikit-build-core>=0.11", "pybind11>=3"]
33
build-backend = "scikit_build_core.build"
44

55
[project]

0 commit comments

Comments
 (0)