Skip to content

Commit

Permalink
changed the pybind11 version to work with versions of python 3.11 or …
Browse files Browse the repository at this point in the history
…later, in accordance with pybind/pybind11#4333
  • Loading branch information
philip skeps committed Dec 26, 2024
1 parent 486e2c9 commit cbdb4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
486
2 changes: 1 addition & 1 deletion pygamer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else()
FetchContent_Declare(
pybind11
GIT_REPOSITORY https://github.com/pybind/pybind11.git
GIT_TAG v2.7.1
GIT_TAG v2.12.0
GIT_SHALLOW TRUE
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/pybind11-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/pybind11-build"
Expand Down

0 comments on commit cbdb4b2

Please sign in to comment.