Skip to content

Commit e835ece

Browse files
refactor: bump pybind version to 2.13.6
1 parent eda5d6a commit e835ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-bindings/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_Declare(
44
pybind11
55
GIT_REPOSITORY https://github.com/pybind/pybind11.git
6-
GIT_TAG v2.10.0
6+
GIT_TAG v2.13.6
77
)
88
FetchContent_MakeAvailable(pybind11)
99

0 commit comments

Comments
 (0)