-
Notifications
You must be signed in to change notification settings - Fork 91
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
Review the Supported Python Version Policy of kedro-datasets #695
Comments
Following a Python version support policy (like NEP-29) helps us in a few situations:
It's less important to explicitly prevent people from installing on 3.9, unless you introduce features that won't work on 3.9. I usually use |
I'm of the opinion that the current policy is fine, and in fact I was about to open an issue about dropping 3.9. |
As clarified in kedro-org/kedro-viz#2086 (comment), |
Originally posted by @noklam in #689 (comment)
Quote some original discussion here:
@astrojuanlu Just to reduce the risk,
NEP29
In the past we adopted the NEP29 policy for
kedro-datasets
, mainly because of the dependencies hell makes it hard to support older Python version because we have no control of third-party libraries.According to the policy, we should drop 3.9 support for
kedro-datasets
today.Pro:
Con:
The text was updated successfully, but these errors were encountered: