<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 ---> <!--- Before opening up a new bug report, please make sure to check for similar existing issues --> **Description:** Docs says: > setup-python is able to download GraalPy versions from the [official GraalPy repository](https://github.com/oracle/graalpython). > > * All available versions that we can download are listed in [releases](https://github.com/oracle/graalpython/releases). Yet, I can't select [latest release](https://github.com/oracle/graalpython/releases/tag/graal-25.3.4.1) by ``python-version: graalpy-25``. The v25.2.4 release selected instead. (I suspect it's because archive name pattern was changed: latest release is 3.13-compiliant and starts with graalpy3.13-, instead of graalpy3.12-) **Action version:** v7 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [x] Hosted - [ ] Self-hosted **Tools version:** <!--- Please list all of the affected Python versions (`3.8.2`, etc.)--> **Repro steps:** Tested in https://github.com/mpmath/mpmath/pull/1012 **Expected behavior:** Latest release (i.e. v25.3.4.1) selected.