Skip to content

Commit bb9c91c

Browse files
committed
pybind11Tools.cmake: search for Python 3.9
1 parent 4f72ef8 commit bb9c91c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/pybind11Tools.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT PYBIND11_PYTHON_VERSION)
1212
set(PYBIND11_PYTHON_VERSION "" CACHE STRING "Python version to use for compiling modules")
1313
endif()
1414

15-
set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4)
15+
set(Python_ADDITIONAL_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4)
1616
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED)
1717

1818
include(CheckCXXCompilerFlag)

0 commit comments

Comments
 (0)