Issue-551: Restricting python version and removing pkg_resources#553
Closed
EmilyPascua wants to merge 2 commits into
Closed
Issue-551: Restricting python version and removing pkg_resources#553EmilyPascua wants to merge 2 commits into
EmilyPascua wants to merge 2 commits into
Conversation
Contributor
Author
|
Please note that I'm merging this to 2.x instead of main with intention to maitain v2.x development and the main branch will continue v3.x development. |
Point reorder_python_imports and black to correct dirs
Contributor
Author
|
Closing and reopening new PR With updated history. |
Closed
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.
Cherry picked the changes from issue-551 for parallel v2.x AIT-Core development. (#552)
Pull request to address #551 ; this removes support for python 3.7 which has already reached eol. Restricting python version to >= 3.10 < 3.11.
Fixes #551