-
Notifications
You must be signed in to change notification settings - Fork 56
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
[TimeBoxed]Support Python 3.10 #390
Comments
There are 3 components that need to be changed. We may split it into 3 sub-issues when starting to work on that. vdk-core: Test vdk on Python 3.10: vdk plugins: The same as vdk-core goes for each plugin. This means editing each plugin CI file: For example https://github.com/vmware/versatile-data-kit/blob/main/projects/vdk-core/plugins/vdk-postgres/.plugin-ci.yml vdk-control-cli: I don't anticipate anything to break. But you never know. |
This change makes it so vdk-core supports Python 3.10. Addresses #390 Signed-off-by: gageorgiev [email protected]
* vdk-core plugins: Support 3.10 This change enables support for Python 3.10 for all vdk-core plugins except for vdk-snowflake since it's connector hasn't been updated yet. Addresses #390 Signed-off-by: Gabriel Georgiev <[email protected]> Co-authored-by: Antoni Ivanov <[email protected]>
* vdk-core plugins: Support 3.10 This change enables support for Python 3.10 for all vdk-core plugins except for vdk-snowflake since it's connector hasn't been updated yet. Addresses #390 Signed-off-by: Gabriel Georgiev <[email protected]> Co-authored-by: Antoni Ivanov <[email protected]>
What is the feature request? What problem does it solve?
pip install quickstart-vdk fails on Python 3.10 with a very uninformative message. Also README.md says that vdk requires "Python 3.7+" which implies that Python 3.10 is supported.
Suggested solution
Test vdk on Python 3.10 and, then, update the setup.cfg metadata to include 3.10.
Additional context
The text was updated successfully, but these errors were encountered: