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

Python 3.11 - It's been two years now. Please. #4879

Open
ZetiMente opened this issue Oct 3, 2024 · 2 comments
Open

Python 3.11 - It's been two years now. Please. #4879

ZetiMente opened this issue Oct 3, 2024 · 2 comments

Comments

@ZetiMente
Copy link

Is your feature request related to a problem? Please describe.
Yes, the problem is that Google Colab currently does not natively support Python 3.11. Users who want to leverage the latest features and improvements introduced in Python 3.11 are frustrated as they are limited to the versions of Python pre-installed in Colab aka Python 3.10. Python 3.11 brings performance improvements that make it appealing, but users are unable to use it easily within Colab.

Describe the solution you'd like
I would like Google Colab to natively support Python 3.11 as the default in their runtime environments.

Describe alternatives you've considered
Manually installing Python 3.11. While this alternative works, it requires multiple setup steps and a full reinstallation of necessary packages, which can be cumbersome compared to a native Python 3.11 runtime option.

Additional context
Performance and feature improvements in Python 3.11: Python 3.11 comes with significant performance improvements (up to 10-60% faster than Python 3.10), improved error messages, and new features like better type hints with Self, variadic generics, and pattern matching updates. Users who need these improvements may find Colab’s lack of support for Python 3.11 a bottleneck.

Example of feature-dependent use cases:

Users who require improved asynchronous performance.
Developers wanting to use the latest syntax and typing features like variadic generics.
Libraries that have started supporting Python 3.11 features for better performance.
Having Python 3.11 support natively in Colab would empower users who want to stay on the cutting edge of Python development, reducing setup time and improving the overall experience.

@mayankmalik-colab
Copy link
Contributor

Hi, we are working on upgrading Python to 3.11. We anticipate the upgrade will be done in the next few months. Stay tuned :)

@rabernat
Copy link

It's worth noting that the scientific python stack has already dropped support for Python 3.10! https://scientific-python.org/specs/spec-0000/#support-window

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

No branches or pull requests

4 participants