-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GraalPy support #693
Comments
Hello @timfel. Thank you for your feature request. We'll investigate it. |
Hello @timfel. We've merged the pull request. Could you please try to use |
Thanks @dmitry-shibanov. I tried it and it it works as expected |
I tested this using the following configuration: - uses: "actions/setup-python@v5"
with:
python-version: |
graalpy-23.1
pypy-3.10
3.11 Link to run, which failed on Windows For Linux and macOS, However, on Windows,
This is the complete list of files for the GraalPy 23.1.1 release at the time of writing:
It appears that there is an x64-compatible Windows release available, and I expected this to result in GraalPy getting installed for Windows. Is this perhaps an issue with Windows releases using |
@kurtmckee The windows support of graalpy 23.1 is highly experimental, so we excluded it on purpose. The 24 release due out April 24 will improve the situation at which point we'll update the action |
Okay, thanks for the quick response! |
Hello everyone. For now I'm going to close the issue because the support for GraalPy was released in 4.8.0. |
Description:
I would like to add support for installing GraalPy via setup-python. We are starting to ask people to include support for GraalPy in their packages, and they (reasonably) request to be able to test against GraalPy using their existing workflows using setup-python.
Are you willing to submit a PR?
I have prepared the changes for setup-python, mimicking the PyPy support code. The tests using local mock data pass.
The text was updated successfully, but these errors were encountered: