Skip to content

Commit 0a566ba

Browse files
committed
Add pybind v3.0.0 to CI
1 parent 6532f32 commit 0a566ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
- python: "3.13"
6868
pybind11-branch: "v2.13"
6969
numpy-format: "numpy-array-use-type-var"
70+
- python: "3.13"
71+
pybind11-branch: "v3.0.0"
72+
numpy-format: "numpy-array-wrap-with-annotated"
73+
- python: "3.13"
74+
pybind11-branch: "v3.0.0"
75+
numpy-format: "numpy-array-use-type-var"
7076
# # TODO: uncomment
7177
# - python: "3.13"
7278
# pybind11-branch: "master"

0 commit comments

Comments
 (0)