Closed orbeckst closed 4 months 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:
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
Was fixed in https://github.com/MDAnalysis/UserGuide/pull/366 – just need to update the other PR.
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:
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/