Skip to content
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

SNOW-682020: Python 3.11 wheels #1289

Closed
kleschenko opened this issue Oct 21, 2022 · 11 comments · May be fixed by #1294
Closed

SNOW-682020: Python 3.11 wheels #1289

kleschenko opened this issue Oct 21, 2022 · 11 comments · May be fixed by #1294

Comments

@kleschenko
Copy link

What is the current behavior?

It is not possible to install the snowflake-connector-python using Python 3.11

What is the desired behavior?

Python 3.11 is expected to be released next week, and it would be nice to be able to use the snowflake-connector-python with the recent Python version. It seems like all the underlying dependencies already have wheels available for 3.11

How would this improve snowflake-connector-python?

It would enable the usage of this package with the latest supported Python version

References, Other Background

@github-actions github-actions bot changed the title Python 3.11 wheels SNOW-682020: Python 3.11 wheels Oct 21, 2022
@sfc-gh-sfan
Copy link
Contributor

Thanks for the feedback. We plan to work on this early next year.

@idanmiara
Copy link

Hi @sfc-gh-sfan,
Thanks for looking into this!
Just curios - Is building wheels for 3.11 would require more than just adding it to the version build list?
Are there any incompatibilities that you think might need to be addressed in order for the build to be successful?

@sfc-gh-sfan
Copy link
Contributor

Personally I think we need to make sure it passes all existing tests for the platforms we support, but there might be something that I'm not aware of as this is also the first time for me to experience supporting a new python version :)

@CrispyCrafter
Copy link

Thanks for the feedback. We plan to work on this early next year.

I find this quite suprising.
Snowflake is the only library in our entire eco-system that has not released a 3.11 wheel

@shahargl
Copy link

Any news?

@RomeoDespres
Copy link
Contributor

Hi, is any progress being made on this issue? I've found #1294 but it has been stale for a couple months. Now that pyarrow has released wheels it'd be great to unlock support for this library

@chingc
Copy link

chingc commented Jan 27, 2023

@RomeoDespres Looks like 3.0.0 has been released so it should show up on pypi soon!

@idanmiara
Copy link

@RomeoDespres Looks like 3.0.0 has been released so it should show up on pypi soon!

v3.0.0(January 26, 2023)
1885b3e#diff-4d124ea64919c32597306f5afa077f563f0488136af77ded120d3e721f59be55R11

@noamcohen97
Copy link
Contributor

noamcohen97 commented Jan 28, 2023

@sfc-gh-mkeller @sfc-gh-kdama
Windows & Mac wheels are out, but Linux wheels both for ARM and x64 are missing

@noamcohen97
Copy link
Contributor

It's available now

@sfc-gh-aling
Copy link
Collaborator

we've already added python 3.11 support starting from v3 python connector, closing the issue now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.