#19 Add 3.7 to the list of python versions
Merged 5 years ago by jkucera. Opened 5 years ago by heirecka.
heirecka/volume_key python3.7  into  master

file modified
+1 -1
@@ -101,7 +101,7 @@ 

  else

      AC_MSG_RESULT([testing])

      # Try to find Python 3 interpreter:

-     AC_PATH_PROGS([PYTHON3], [python3.6 python3.5 python3 python], [no])

+     AC_PATH_PROGS([PYTHON3], [python3.7 python3.6 python3.5 python3 python], [no])

      if test "x$PYTHON3" != xno; then

          AC_MSG_CHECKING([whether $PYTHON3 version is >= 3.5])

          python3_found=old

no initial comment

Commit e236747 fixes this pull-request

Pull-Request has been merged by jkucera

5 years ago

Pull-Request has been merged by jkucera

5 years ago
Metadata