MDAnalysis / PathSimAnalysis

An MDAKit that calculates the geometric similarity of molecular dynamics trajectories using path metrics such as the Hausdorff or Fréchet distances.
https://mdanalysis.org/PathSimAnalysis
GNU Lesser General Public License v2.1
0 stars 1 forks source link

Python 3.9 CI failing #18

Closed orbeckst closed 7 months ago

orbeckst commented 8 months ago

The scheduled CI runs with Python 3.9 are failing: https://github.com/MDAnalysis/PathSimAnalysis/actions/runs/8405477394/job/23018255774

ERROR: Package 'mdanalysis' requires a different Python: 3.9.19 not in '>=3.10'

Either need to run it with the latest supported MDAnalysis or removed 3.9 tests.

IAlibay commented 8 months ago

related to this: https://github.com/MDAnalysis/cookiecutter-mdakit/issues/110