drop support for Python 3.6

This commit is contained in:
Sarah Hoffmann
2022-12-14 16:14:23 +01:00
parent a72e2ecb3f
commit c665796c52
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ endif()
#-----------------------------------------------------------------------------
if (BUILD_IMPORTER)
find_package(PythonInterp 3.6 REQUIRED)
find_package(PythonInterp 3.7 REQUIRED)
endif()
#-----------------------------------------------------------------------------