From b583a7e19c12b62a492e0eb2a4b049b9209181c6 Mon Sep 17 00:00:00 2001 From: par5er <106308270+par5er@users.noreply.github.com> Date: Tue, 29 Apr 2025 18:01:54 +0000 Subject: [PATCH] Update to latest pybind11 for Python 3.12 --- .gitmodules | 2 +- third_party/pybind11 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c8377ee..7450c85 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "third_party/pybind11"] path = third_party/pybind11 - url = git@github.com:pybind/pybind11.git + url = https://github.com/pybind/pybind11.git branch = v2.8 diff --git a/third_party/pybind11 b/third_party/pybind11 index f7b4996..d3fee42 160000 --- a/third_party/pybind11 +++ b/third_party/pybind11 @@ -1 +1 @@ -Subproject commit f7b499615e14d70ab098a20deb0cdb3889998a1a +Subproject commit d3fee42905094d8c0c737ed7afeff5f6c38207c0