Skip to content
Snippets Groups Projects
Commit b20db1d8 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

we don't want to find Python 2.x anymore

parent 81bba2f8
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
# Author: Marco Biasini
#-------------------------------------------------------------------------------
set(PYTHON_VERSIONS 3.8 3.7 3.6 2.7 2.6 2.5 2.4 2.3 2.2 )
set(PYTHON_MIN_VERSION 2.2.1)
set(PYTHON_VERSIONS 3.8 3.7 3.6 )
set(PYTHON_MIN_VERSION 3.6.0)
#-------------------------------------------------------------------------------
# check for python framework
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment