Replies: 7 comments 7 replies
-
We are working on support for python 3.11 now. What feature of python 3.12 interests you? |
Beta Was this translation helpful? Give feedback.
-
There are no timelines, this is a volunteer run project. Code contributions to close open issues or fiscal contributions are welcome. |
Beta Was this translation helpful? Give feedback.
-
Sure. Maybe start with the ones marked for the next release milestones or the 3.11 milestones |
Beta Was this translation helpful? Give feedback.
-
Thanks for the comments. I am not sure installation is a convincing reason to keep tracking CPython releases. The site packages are not shared between CPython and PyPy: each interpreter manages its own set of packages. Ubuntu has pypy3 in its standard package repositories and we also provide portable builds for windows, macOS, linux-x86_64, linux_x86_32, and linux-aarch at https://downloads.python.org/pypy/ |
Beta Was this translation helpful? Give feedback.
-
Just checking in to see if there have been any updates on PyPy’s support for Python 3.12. I understand that the team is currently focused on Python 3.11, but I wanted to express continued interest in 3.12 support. Any information on progress or timelines would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Why? What interests you in PyPy and/or Python3.12? We get very little feedback from users and what they use PyPy for. |
Beta Was this translation helpful? Give feedback.
-
Python 3.12 is the default version on Ubuntu v24.04, which means there is no need to install version benders, like Conda, etc., which all are not ideal, to say the least. Using the default version of Python makes it very straightforward to deploy performance-oriented services via PyPy and regular ones using just the base CPython. As far as Python syntax is concerned, v3.12 introduces type parameter lists, which makes it easier to maintain generics and also aligns Python more with other templated languages, like TypeScript and C++, so it'd nice to start using this syntax, but without PyPy support on Ubuntu 24.04, I cannot even go to Python 3.11 and just keep running PyPy 3.10, which is the default version of CPython on Ubuntu 22.04. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to find any information about it, but didn’t succeed. Can you please tell if there will be pypy support, or if there is already answers to it, just send me there 😃
thanks ahead
Beta Was this translation helpful? Give feedback.
All reactions