Skip to content

Commit

Permalink
build: add python3.13 support (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored Dec 20, 2024
1 parent 8481615 commit 911b0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ FIND_PACKAGE (pybind11 2.12.0 REQUIRED)
### Python

# Python versions to build for and support
SET (PYTHON_SEARCH_VERSIONS 3.9 3.10 3.11 3.12 CACHE STRING "Versions of Python bindings to build.")
SET (PYTHON_SEARCH_VERSIONS 3.9 3.10 3.11 3.12 3.13 CACHE STRING "Versions of Python bindings to build.")

MESSAGE (STATUS "Looking for available python versions...")
FOREACH (PYTHON_VERSION ${PYTHON_SEARCH_VERSIONS})
Expand Down

0 comments on commit 911b0ba

Please sign in to comment.