We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83d69e commit a6355b0Copy full SHA for a6355b0
tools/pybind11Tools.cmake
@@ -12,7 +12,7 @@ if(NOT PYBIND11_PYTHON_VERSION)
12
set(PYBIND11_PYTHON_VERSION "" CACHE STRING "Python version to use for compiling modules")
13
endif()
14
15
-set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 3.4)
+set(Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4)
16
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED)
17
18
include(CheckCXXCompilerFlag)
0 commit comments