Align Python versions througout MALA #526
Labels
CI/CD
Pipelines
documentation
Improvements or additions to documentation
enhancement
New feature or request
Milestone
At the moment we use/mention different Python versions at several places, e.g.
mala/docs/source/install/installing_mala.rst
Line 8 in e6e831b
mala/.github/workflows/publish-to-pypi.yml
Line 25 in e6e831b
mala/.github/workflows/gh-pages.yml
Line 22 in e6e831b
mala/install/mala_cpu_base_environment.yml
Line 6 in e6e831b
mala/install/mala_cpu_environment.yml
Line 116 in e6e831b
We should ensure to support at least one Python version that suits the mala package and building of the documentation at the time. In a next step we might think about supporting multiple Python version and run pipelines for to cover these different versions, see for example: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
Bonus: add badge of supported Python verions
The text was updated successfully, but these errors were encountered: