From 584a2f16dc7841dfc4ddf2316d44fbd3b501e9b2 Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Wed, 20 May 2026 22:21:30 +0300 Subject: [PATCH 1/4] Update language_version --- docs/site/_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/_config.yml b/docs/site/_config.yml index efedda98b2..76f3a59edf 100644 --- a/docs/site/_config.yml +++ b/docs/site/_config.yml @@ -1,7 +1,7 @@ baseurl: "" url: "https://graalpy.org" github: "oracle/graalpython" -language_version: 25.0.2 +language_version: 25.0.3 python_version: 3.12 name: GraalPy permalink: pretty From 1b06a7954ce96aaae478056d8b91cceb8d063e19 Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Wed, 20 May 2026 22:42:42 +0300 Subject: [PATCH 2/4] Skip CI unittests workflow for website-only changes --- .github/workflows/ci-unittests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-unittests.yml b/.github/workflows/ci-unittests.yml index 11547c07af..5414c9c850 100644 --- a/.github/workflows/ci-unittests.yml +++ b/.github/workflows/ci-unittests.yml @@ -2,6 +2,8 @@ name: Run CI unittests on: pull_request: types: [opened, ready_for_review, synchronize] + paths-ignore: + - 'docs/site/**' workflow_dispatch: jobs: From 7193e8a7cf5a89998e7ec17b64040b22dd1ae040 Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Wed, 20 May 2026 22:58:00 +0300 Subject: [PATCH 3/4] Update the tagline --- docs/site/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/index.md b/docs/site/index.md index 59082d526a..3bda1c1391 100644 --- a/docs/site/index.md +++ b/docs/site/index.md @@ -8,7 +8,7 @@ layout: base
-

High-performance embeddable Python 3 runtime

+

A high-performance embeddable Python 3 runtime

From 9993ca3da6a15eb46f5a2a3ca53d60a0674c7969 Mon Sep 17 00:00:00 2001 From: Olya Gupalo Date: Thu, 21 May 2026 15:28:52 +0300 Subject: [PATCH 4/4] Revert "Skip CI unittests workflow for website-only changes" This reverts commit 1b06a7954ce96aaae478056d8b91cceb8d063e19. --- .github/workflows/ci-unittests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-unittests.yml b/.github/workflows/ci-unittests.yml index 5414c9c850..11547c07af 100644 --- a/.github/workflows/ci-unittests.yml +++ b/.github/workflows/ci-unittests.yml @@ -2,8 +2,6 @@ name: Run CI unittests on: pull_request: types: [opened, ready_for_review, synchronize] - paths-ignore: - - 'docs/site/**' workflow_dispatch: jobs: