From 45643a77b57120564bc093081a2e4482f79e81f5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 7 Oct 2024 00:16:17 -0400 Subject: [PATCH] chore: PyPy no longer supports 3.9 --- 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