snowpark-python
snowpark-python copied to clipboard
feat: Allow any Python minor release >= 3.8
Please answer these questions before submitting your pull requests. Thanks!
-
What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes #377
-
Fill out the following pre-review checklist:
- [ ] I am adding a new automated test(s) to verify correctness of my new code
- [ ] I am adding new logging messages
- [ ] I am adding new credentials
- [ ] I am adding a new dependency
-
Please describe how your code solves the related issue.
We should not require the Python minor version to match exactly
3.8. Instead, we could state in the docs that the connector is tested on3.8only and that it is not guaranteed to work on other versions?
I have tested that the package installs and works just fine on Python 3.10.4 locally.
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅
I have read the CLA Document and I hereby sign the CLA
Thanks for the PR @dingobar. I'm another user who would love to see the pin relaxed so 3.9 and 3.10 can be used with snowpark.
Thanks for the PR @dingobar . Same here. We need support for python >=3.9.