From 52ac36b51d3b98d5e392275760bb9559c6d01bdc Mon Sep 17 00:00:00 2001 From: masklinn Date: Wed, 18 Sep 2024 08:37:21 +0200 Subject: [PATCH] Add graal to CI --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2a7957..608b09c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,9 +98,7 @@ jobs: - "pypy-3.9" - "pypy-3.10" # - "pypy-3.11" - # don't enable graal because it's slower than even pypy and - # fails because oracle/graalpython#385 - # - "graalpy-23" + - "graalpy-24" include: - source: sdist artifact: dist/*.tar.gz