Closed pierrepo closed 3 years ago
Due to the limited availability of MDanalysis for Python <= 3.8 (see issue #134), we should also restrict buildH for Python <= 3.8.
According to the documentation, we should replace
python_requires= >=3.6
by
python_requires= >=3.6 <=3.8
in setup.py.
setup.py
Would that better go in setup.cfg ?
setup.cfg
Yes, of course, in setup.cfg ;-)
Due to the limited availability of MDanalysis for Python <= 3.8 (see issue #134), we should also restrict buildH for Python <= 3.8.