Ask for python 3.7

This commit is contained in:
2019-04-01 09:08:27 +02:00
parent d3937e1051
commit 7ba27b6a99
2 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@ EMAIL = 'eric@metabarcoding.org'
URL = "metabarcoding.org/obitools3"
LICENSE = "CeCILL-V2"
DESCRIPTION = "Tools and library for DNA metabarcoding",
PYTHONMIN = '3.6'
PYTHONMIN = '3.7'
SRC = 'python'
CSRC = 'src'