From ac285e9928a96748de21e6a5e2bfb95279cfe597 Mon Sep 17 00:00:00 2001 From: JiachenSmith Date: Tue, 13 Jun 2023 06:22:16 +0800 Subject: [PATCH] CI: Replace deprecated pypy3 with pypy-3.8 (#1533) pypy3 is deprecated and is not available in newer images: https://github.com/actions/setup-python/issues/244#issuecomment-925966022 Instead explicitly specify the version: https://github.com/actions/setup-python#specifying-a-pypy-version Committed via https://github.com/asottile/all-repos --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 4aafe38..eecb557 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -75,7 +75,7 @@ jobs: - MacOS - Windows python-version: - - pypy3 + - pypy-3.8 pip-version: - latest env: