MDAnalysis / MDAnalysisData

Access to data for workshops and extended tests of MDAnalysis.
https://www.mdanalysis.org/MDAnalysisData
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Make next release 3.6+? #51

Closed IAlibay closed 1 year ago

IAlibay commented 3 years ago

Mainly looking at this because of #48, supporting py2.7/py3.5 (if just the act of conda installing an environment) is becoming increasingly tedious.

Given that MDA 2.0 will be py3.6+ and that 2.7 has now long been deprecated, would it be worth making MDAnalysisData's python 3.6->3.9?

orbeckst commented 3 years ago

We can... but it also works with the old stuff, according to the tests in PR #52 . (It would have required a bit less duct-taping in the tests if I could have ignored 2.7 but the bigger issue was UNIX vs Windows.)

I want to cut a quick 0.8.1 #53 with legacy included and then we have a firm foundation if we want to drop legacy.

orbeckst commented 1 year ago

Went NEP29-ish with PR #61 so this is done.