Skip to content

Commit

Permalink
Python_ADDITIONAL_VERSIONS: 3.12 (#4909)
Browse files Browse the repository at this point in the history
Add 3.12 to the default `Python_ADDITIONAL_VERSIONS`.
  • Loading branch information
ax3l authored Nov 1, 2023
1 parent a18c10f commit 76b7f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pybind11Tools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif()

# A user can set versions manually too
set(Python_ADDITIONAL_VERSIONS
"3.11;3.10;3.9;3.8;3.7;3.6"
"3.12;3.11;3.10;3.9;3.8;3.7;3.6"
CACHE INTERNAL "")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
Expand Down

0 comments on commit 76b7f53

Please sign in to comment.