Closed spinoch closed 3 years ago
This is blocking #115.
In the future, conda-forge will require Python packages to have defined a lower bound for Python version. This can be done by simply adding a python_requires setting in setup.py.
conda-forge
python_requires
setup.py
This is blocking #115.
In the future,
conda-forge
will require Python packages to have defined a lower bound for Python version. This can be done by simply adding apython_requires
setting insetup.py
.