Skip to content

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

Closed
mdeshmu wants to merge 1 commit into
apache:masterfrom
mdeshmu:py-3.11-docker-image
Closed

feat(docker): Build python 3.11 docker image#24021
mdeshmu wants to merge 1 commit into
apache:masterfrom
mdeshmu:py-3.11-docker-image

Conversation

@mdeshmu
Copy link
Copy Markdown
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.

Comment thread .github/workflows/docker_build_push.sh
@mdeshmu mdeshmu closed this May 12, 2023
@mdeshmu
Copy link
Copy Markdown
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.

3 participants