MDAnalysis / UserGuide

User Guide for MDAnalysis
https://userguide.mdanalysis.org
22 stars 32 forks source link

CI: RTD build fails due Python 3.9 #369

Closed orbeckst closed 1 month ago

orbeckst commented 1 month ago

Describe the bug RTD PR build fails because it is building in a Python 3.9 environment even though MDA does not support 3.9 anymore.

To Reproduce

Steps to reproduce the behavior:

  1. create a PR (eg https://github.com/MDAnalysis/UserGuide/pull/330)
  2. see build checks

Expected behavior

CI runs cleanly an RTD PR build becomes available/

Actual behavior CI fails, see

Output from https://readthedocs.org/projects/mdanalysisuserguide/builds/25024691/

...
Installing pip dependencies: ...working... Pip subprocess error:
  Running command git clone --filter=blob:none --quiet https://github.com/MDAnalysis/mdanalysis /tmp/pip-install-py8sf__w/mdanalysis_20922128f31b459e9f80966a0a5c0d8f
  Running command git clone --filter=blob:none --quiet https://github.com/MDAnalysis/mdanalysis /tmp/pip-install-py8sf__w/mdanalysistests_1e2757d94bff43569961adc5dc9bf4f2
  Running command git clone --filter=blob:none --quiet https://github.com/MDAnalysis/MDAnalysisData /tmp/pip-install-py8sf__w/mdanalysisdata_0f0617b5f298468cb1b33c529e3bea9a
ERROR: Package 'mdanalysis' requires a different Python: 3.9.19 not in '>=3.10'

failed

CondaEnvException: Pip failed
orbeckst commented 1 month ago

Was fixed in https://github.com/MDAnalysis/UserGuide/pull/366 – just need to update the other PR.