From 19655f4ad2172c12a1b0fa0d5c4257d25913fbe4 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 7 Oct 2024 11:18:16 -0400 Subject: [PATCH] chore: PyPy no longer supports 3.9 (#858) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bb697761..b6c00b13 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: python-versions: description: "comma-separated list of python versions to install" required: false - default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-3.9, pypy-3.10" + default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-3.10" branding: icon: package color: blue