From ff254300222583cd0583756b4fcb0bb84d430327 Mon Sep 17 00:00:00 2001 From: Farhan Saif Date: Fri, 24 Jul 2026 14:31:42 -0500 Subject: [PATCH] Bump pybind11 submodule to v2.13.6 for modern Python support pybind11 v2.6.2 fails to build against Python 3.11+ because PyFrameObject became an opaque type. v2.13.6 uses the PyFrame_Get* accessor API. Fixes #560. --- python_bindings/pybind11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/pybind11 b/python_bindings/pybind11 index 8de7772cc..a2e59f0e7 160000 --- a/python_bindings/pybind11 +++ b/python_bindings/pybind11 @@ -1 +1 @@ -Subproject commit 8de7772cc72daca8e947b79b83fea46214931604 +Subproject commit a2e59f0e7065404b44dfe92a28aca47ba1378dc4