-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
chore: bump python version to 3.11 in Dockerfile #23804
Conversation
Pinging @villebro and @EugeneTorap as I believe you've wrangled with this in the past, and know the perils and pitfalls here better than most :) |
Hi @tooptoop4! |
@EugeneTorap I agree, we should bump to 3.10 as the official version. Would you be up for making the changes? |
@villebro Yes, I want to do it! |
I have raised the PR to add support for 3.11 |
@mdeshmu We use the minimum supported version of Python in Dockerfile! It's Py3.9 because a lot of drivers don't have support Py3.10 & Py3.11 (for example: PyHive don't have support the new versions of python) |
I am not changing the default image version which supports 3.9. I just added the ability to create additional images with 3.11 so that we can use it with Superset's code base. |
@mdeshmu, I agree with you but @sebastianliebscher and me are working on updating the minimum PY version of the superset from 3.9 to 3.10 and use only 3.10 & 3.11 here. |
I didn't clearly understand your last comment. |
@mdeshmu Yes, we will soon have a PR for |
Would that be with Superset 3.0 release or earlier ? |
Yeap, we plan to use only PY 3.10 & 3.11 in Superset 3.0 |
If you have a slack account in apache/superset you can join |
@EugeneTorap @villebro @tooptoop4 is this PR still relevant? It looks like we're still on 3.9. |
Closing this in favor or #24112 |
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION