Skip to content

Commit

Permalink
build: update python build versions, add 3.12 and remove 3.8 (#101)
Browse files Browse the repository at this point in the history
build: update python build versions, add 3.12 remove 3.8
  • Loading branch information
vishwa2710 authored Oct 22, 2024
1 parent 69af34c commit 1a06e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ ENDFUNCTION ()
### Pybind11

SET (PYBIND11_NOPYTHON ON)
FIND_PACKAGE (pybind11 2.6.0 REQUIRED)
FIND_PACKAGE (pybind11 2.12.0 REQUIRED)

### Python

# Python versions to build for and support
SET (PYTHON_SEARCH_VERSIONS 3.8 3.9 3.10 3.11 CACHE STRING "Versions of Python bindings to build.")
SET (PYTHON_SEARCH_VERSIONS 3.9 3.10 3.11 3.12 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 1a06e57

Please sign in to comment.