Drop python 2.7 support
This port requires numpy<=1.16 for python 3.4 and below. Since we have py-numpy 1.16.4, drop python 2.7 support.
from setup.py:
numpy_required_version = 'numpy<=1.16' if sys.hexversion <0x3050000 else 'numpy>=1.7'
Drop python 2.7 support Tags None Referenced Files None Subscribers None
Description
Details
|