-
Notifications
You must be signed in to change notification settings - Fork 214
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
Upgrade catalog to Python 3.11 #663
Comments
Hey @dhruvkb can I work on this in January ?? if yes can you assign it to me?? |
Sure @sahil-R, this is not high priority and can definitely wait until January. Assigning to you. |
Thank you @dhruvkb |
Marking this as blocked - #1852 took care of all services but the catalog, which is blocked by Airflow. Once Airflow supports Python 3.11, we can tackle this and close it. |
Airflow supports Python 3.11 since v2.6.2, released 2023-06-17. Since we're on a newer version already, we can consider this unblocked!
|
This has already been completed! (We're now on 3.12 😄)
|
Problem
We should upgrade the Python version used in the project to Python 3.11.
Description
Python 3.11 has some nice new features and improvements so upgrading makes sense. It's also 10-60% faster (although our mileage may vary).
Changes will be needed in the following areas:
actions/setup-python
Dockerfile
Pipfile
Pipfile.lock
Alternatives
We could continue to remain on Python 3.10 till it reaches EOL, although that's not a real alternative.
The text was updated successfully, but these errors were encountered: