aiidateam / aiida-quantumespresso

The official AiiDA plugin for Quantum ESPRESSO
https://aiida-quantumespresso.readthedocs.io
Other
53 stars 78 forks source link

Bump Python version for RTD build #928

Closed mbercx closed 1 year ago

mbercx commented 1 year ago

The readthedocs (RTD) build was failing with the following error:

read the docs ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1

This was due to a change in the support for urllib, see:

https://github.com/urllib3/urllib3/issues/2168

Which requires Python > 3.8. Hence here we update the Python version.