Skip to content

GraalPy 23.1.2

Compare
Choose a tag to compare
@ezzarghili ezzarghili released this 16 Jan 15:03
· 2650 commits to master since this release

GraalPy is a Python 3.10 compliant runtime on top of GraalVM.

GraalPy version 23.1.2 is designed for use with Oracle GraalVM for JDK 21.0.2 or GraalVM Community Edition for JDK 21.0.2, and can be downloaded separately.

There are two distribution types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains Python in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has -community in the name. A JVM standalone has -jvm in the name.

Learn more about GraalPy and how to get started on the website: https://www.graalvm.org/python/.