mirror of https://github.com/ecmwf/eccodes.git
Make minimum Python version 2.6 to enable Python3 in future
This commit is contained in:
parent
922e65f3b8
commit
a4acc9eae4
|
@ -72,7 +72,7 @@ ecbuild_add_option( FEATURE AEC
|
|||
ecbuild_add_option( FEATURE PYTHON
|
||||
DESCRIPTION "build the ecCodes Python interface"
|
||||
DEFAULT ON
|
||||
REQUIRED_PACKAGES "Python VERSION 2.5" NumPy
|
||||
REQUIRED_PACKAGES "Python VERSION 2.6" NumPy
|
||||
)
|
||||
|
||||
ecbuild_add_option( FEATURE FORTRAN
|
||||
|
|
|
@ -20,7 +20,7 @@ NumPy support can be disabled by using the '--disable-numpy' flag.
|
|||
|
||||
@em Requirements:
|
||||
|
||||
- Python 2.5 or higher
|
||||
- Python 2.6 or higher
|
||||
- NumPy
|
||||
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue