We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1887322 commit c2aba65Copy full SHA for c2aba65
docker/build_scripts/python_versions.json
@@ -1,4 +1,16 @@
1
{
2
+ "graalpy311-graalpy241_311_native": {
3
+ "x86_64": {
4
+ "version": "24.1.0",
5
+ "download_url": "https://github.com/oracle/graalpython/releases/download/graal-24.1.0/graalpy-24.1.0-linux-amd64.tar.gz",
6
+ "sha256": "95819091eee7c21566601c22536768204b7c75e9b59e522a10961612a1dd6298"
7
+ },
8
+ "aarch64": {
9
10
+ "download_url": "https://github.com/oracle/graalpython/releases/download/graal-24.1.0/graalpy-24.1.0-linux-aarch64.tar.gz",
11
+ "sha256": "838662e07ce745708d58a50e5e030f9af608306c4595adb3a8e7ac1f6e7d8b6a"
12
+ }
13
14
"graalpy310-graalpy240_310_native": {
15
"x86_64": {
16
"version": "24.0.2",
0 commit comments