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 6532f32 commit 0a566baCopy full SHA for 0a566ba
.github/workflows/ci.yml
@@ -67,6 +67,12 @@ jobs:
67
- python: "3.13"
68
pybind11-branch: "v2.13"
69
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
74
75
+ numpy-format: "numpy-array-use-type-var"
76
# # TODO: uncomment
77
# - python: "3.13"
78
# pybind11-branch: "master"
0 commit comments