From c96e2b17a96fc0879b568c32d860faa3dc5cfce7 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Wed, 9 Oct 2024 16:07:35 +0300 Subject: [PATCH] Spell pypy3.10 consistently The documentation for setup-python says "pypy3.10-7.x.y" for a specific pypy3 7.x.y release that supports the Python 3.10 language, so let's avoid a - between pypy and the python language version, even if it works today. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8a0ec4..7858a2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - "3.11" - "3.12" - "3.13" - - "pypy-3.10" + - "pypy3.10" steps: - name: Git clone