patrickfuchs / buildH

:computer: Build hydrogen atoms from united-atom molecular dynamics of lipids and calculate the order parameters.
https://buildh.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Restrict BuildH for Python >= 3.6 and <= 3.8 #137

Closed pierrepo closed 3 years ago

pierrepo commented 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.

pierrepo commented 3 years ago

According to the documentation, we should replace

python_requires= >=3.6

by

python_requires= >=3.6 <=3.8

in setup.py.

patrickfuchs commented 3 years ago

Would that better go in setup.cfg ?

pierrepo commented 3 years ago

Yes, of course, in setup.cfg ;-)