snowpark-python icon indicating copy to clipboard operation
snowpark-python copied to clipboard

feat: Allow any Python minor release >= 3.8

Open martimors opened this issue 3 years ago • 4 comments

Please answer these questions before submitting your pull requests. Thanks!

  1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR.

    Fixes #377

  2. 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
  3. 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 on 3.8 only 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.

martimors avatar Jun 15 '22 08:06 martimors

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

github-actions[bot] avatar Jun 15 '22 08:06 github-actions[bot]

I have read the CLA Document and I hereby sign the CLA

martimors avatar Jun 15 '22 08:06 martimors

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.

willingc avatar Jun 29 '22 23:06 willingc

Thanks for the PR @dingobar . Same here. We need support for python >=3.9.

erathinam avatar Jul 12 '22 17:07 erathinam