Support Python 3.11 and improve dependency handling#3200
Merged
timothy-nunn merged 11 commits intoukaea:mainfrom Aug 9, 2024
Merged
Support Python 3.11 and improve dependency handling#3200timothy-nunn merged 11 commits intoukaea:mainfrom
timothy-nunn merged 11 commits intoukaea:mainfrom
Conversation
f8f05c6 to
1ae4644
Compare
1ae4644 to
16502d8
Compare
jonmaddock
previously requested changes
Jul 1, 2024
Contributor
There was a problem hiding this comment.
Looks great Tim! Could you make it clear in the docs (or comments) why we have dependencies spread across setup.py (and ["test", "examples"]), requirements.txt and requirements_dev.txt to help others understand the logic? Other than that, feel free to merge at will.
e5f0158 to
7c2c124
Compare
7c2c124 to
18fc6c9
Compare
clmould
approved these changes
Aug 9, 2024
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Provides support for Python 3.11, making the minimum Python version 3.10.
Simplifies the testing and dependency installation while reviewing the dependency versions required for 3.10+.