Commit graph

2 commits

Author SHA1 Message Date
Tim Felgentreff
cfd55ca824
graalpy: add graalpy early-access and windows builds (#880)
Some checks failed
Validate Python e2e / Setup 3.9.13 ubuntu-22.04 Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 ubuntu-22.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 ubuntu-22.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 ubuntu-22.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 ubuntu-22.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 ubuntu-24.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 ubuntu-24.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 ubuntu-24.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 ubuntu-24.04-arm Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 ubuntu-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 ubuntu-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 ubuntu-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 ubuntu-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 windows-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 windows-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 windows-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 windows-latest Pipfile with python_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 macos-13 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 macos-13 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 macos-13 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 macos-13 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 macos-latest Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 macos-latest Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 macos-latest Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 macos-latest Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 ubuntu-22.04 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.11.9 ubuntu-22.04 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.13.2 ubuntu-22.04 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.9.13 ubuntu-22.04 Pipfile with python_full_version (push) Has been cancelled
Validate Python e2e / Setup 3.10.11 ubuntu-22.04-arm Pipfile with python_full_version (push) Has been cancelled
2025-10-22 11:16:57 -05:00
Tim Felgentreff
5f2af211d6
Add GraalPy support (#694)
* Add support for graalpy

* add graalpy test workflow

* format, lint and build

* symlink graalpy binaries names

* fix macos names for graalpy

* Don't attempt to update pip for graalpy

* Remove test schedule

* Extract common getBinaryDirectory function for PyPy and GraalPy

* Clean up and format

* Pass GitHub token to GraalPy queries

* Utilize pagination when querying GraalPy GitHub releases

* Build

* Fix lint errors

* Deal with possible multiple artifacts for a single releases

* Skip few GraalPy tests on windows - we don't have a windows release yet

* Fix GraalPy test on Mac OS

* Build

* Skip one more GraalPy test on windows

---------

Co-authored-by: Michael Simacek <michael.simacek@oracle.com>
2023-10-10 14:59:54 +02:00