ci: update to GraalPy 24.2 and mention in README#5586
ci: update to GraalPy 24.2 and mention in README#5586henryiii merged 4 commits intopybind:masterfrom
Conversation
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
Interesting, |
|
@msimacek, I need the GraalPy version. That should be >>>> import sys
>>>> sys.implementation.version
sys.pypy_version_info(major=7, minor=3, micro=11, releaselevel='final', serial=0)
>>>> sys.version_info
sys.version_info(major=3, minor=9, micro=16, releaselevel='final', serial=0)Is there a way to get the implementation version? |
e476749 to
cb08aec
Compare
|
Agreed, we should fix that. It seems we currently only have |
80d96f6 to
f6f964c
Compare
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
d58a714 to
9954833
Compare
|
Currently, I'm storing GRAALPY_VERSION_NUM, but getting it from here would be a bit better, I could store it for use in Interesting, |
|
Cool! — Just to document that I looked. Could you please tag me when it's final? |
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
Looks good to me too, thank you for working on this.
GraalPy's name used to be GraalPython. It was changed few years ago to GraalPy, mostly due to legal worries about "python" being a registered trademark, but the old name is still present in some places to preserve backwards compatibility. |
Description
This keeps one 24.1 build, and adds a mention to the README alongside PyPy. I thought about adding Pyodide here too, but since that's basically CPython, it seems odd to call it out here. Maybe somewhere else.
Inspired by #5584.
This now adds more info to the test printout too.