-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop Python 3.7 supports in Develop #3060
Conversation
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
You might want to try |
Didn't know this exist, will try. |
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
…kedro-org/kedro into noklam/drop-python-support-3058 Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
"importlib-metadata>=3.6,<7.0; python_version >= '3.8'", | ||
"importlib_resources>=1.3,<7.0", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9. | ||
"jmespath>=0.9.5", | ||
"more_itertools>=8.14.0", | ||
"omegaconf>=2.1.1", | ||
"parse>=1.19.0", | ||
"pip-tools>=6.5", | ||
"pluggy>=1.0,<1.3", # TODO: Uncap when dropping Python 3.7 support, see https://github.com/kedro-org/kedro/issues/2979 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This causes nModuleNotFoundError: No module named \'pluggy\'
@@ -327,10 +327,10 @@ jobs: | |||
- win_setup: | |||
python_version: <<parameters.python_version>> | |||
- when: | |||
# Save Python package cache only for Python 3.7. The conda environment itself | |||
# Save Python package cache only for Python 3.8. The conda environment itself |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't really matter since we are going to remove CCI
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question about the pluggy bound, but otherwise looks good! Don't forget to add this to the release notes ✍️
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
…kedro-org/kedro into noklam/drop-python-support-3058 Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Signed-off-by: Nok <nok.lam.chan@quantumblack.com>
Farewell, Python 3.7 👋🏽 |
Description
Close #2158
Development notes
importlib_metadata
, replace with standard libraryimportlib.metadata
Checklist
RELEASE.md
file