graalpython icon indicating copy to clipboard operation
graalpython copied to clipboard

Support for Python 3.12

Open fniephaus opened this issue 1 year ago • 0 comments

TL;DR

We plan to update GraalPy with Python 3.12 support to allow developers to take advantage of new Python language features.

Goal

As of the 24.1 release, GraalPy is limited to Python 3.11. The Python 3.12 release has introduced new features such as type parameters, type statements, and improved f-string parsing. We plan to implement support for these features and upgrade the supported Python language version in GraalPy to 3.12.

Non-Goal

Keep dedicated support for Python 3.11.

fniephaus avatar Oct 21 '24 09:10 fniephaus