Skip to content

Commit

Permalink
build: add python3.13 support (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 authored Dec 19, 2024
1 parent 5167615 commit 1f6a6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,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
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Apache License 2.0

open-space-toolkit-core~=4.0
open-space-toolkit-core~=4.1

0 comments on commit 1f6a6ac

Please sign in to comment.