Allow downgrading of Python and update links in contribution guide by peanutfun · Pull Request #900 · CLIMADA-project/climada_python
Navigation Menu
{{ message }}
CLIMADA-project / climada_python Public
- Notifications You must be signed in to change notification settings
- Fork 151
Merged
Allow downgrading of Python and update links in contribution guide#900
Allow downgrading of Python and update links in contribution guide#900
Conversation
Copy link
Member
Changes proposed in this PR:
-
Allow a downgrading of the Python bugfix version by using a wildcard.
This increases compatibility, as Conda will first install the latest (requested) Python version and then run into compatibility issues when updating the environment with the Climada dependencies. The wildcard allows Conda to downgrade to a compatible bugfix version of Python, e.g. 3.11.9 → 3.11.6.
-
Update links in
CONTRIBUTING.md
This PR fixes #903
PR Author Checklist
- Read the Contribution Guide
- Correct target branch selected (if unsure, select
develop) - Descriptive pull request title added
- Source branch up-to-date with target branch
- Documentation updated
- Tests updated
- Tests passing
- No new linter issues
- Changelog updated
PR Reviewer Checklist
- Read the Contribution Guide
- CLIMADA Reviewer Checklist passed
- Tests passing
- No new linter issues
peanutfun added 3 commits
June 21, 2024 11:00Adjust install guide accordingly.
peanutfun
requested a review
from spjuhel
peanutfun
mentioned this pull request
spjuhel approved these changes Jun 26, 2024
peanutfun
merged commit
253bdde
into
develop
emanuel-schmid
deleted the
update-docs-install-contributing
branch
Copy link
Collaborator
emanuel-schmid
commented
Jun 28, 2024
emanuel-schmid commented
Jun 28, 2024🙌 excellent job!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment