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

feat(docker): Build python 3.11 docker image #24021

Closed
wants to merge 1 commit into from
Closed

feat(docker): Build python 3.11 docker image #24021

wants to merge 1 commit into from

Conversation

mdeshmu
Copy link
Contributor

@mdeshmu mdeshmu commented May 11, 2023

SUMMARY

We want to use Python 3.11 in the docker image to benefit from its performance improvements.

TESTING INSTRUCTIONS

Run the docker build and see if it works with Python 3.11

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backward-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

I am not changing the default image version which is using PY 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.
Talking of database drivers, Many of the drivers we use, do support Py 3.11. For e.g. pyathena, redshift-connector, pyscopg2, and many more.

@mdeshmu mdeshmu closed this May 12, 2023
@mdeshmu
Copy link
Contributor Author

mdeshmu commented May 12, 2023

Closing in favor of upcoming PR as per this comment.

@mdeshmu mdeshmu deleted the py-3.11-docker-image branch May 12, 2023 07:06
@mdeshmu mdeshmu mentioned this pull request Oct 7, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants