From 403b71ab6d1cb2206648724e3cdc5988dd978f10 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Tue, 24 Jan 2023 11:11:41 -0500 Subject: [PATCH 1/2] default python-version: 3.9 --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index b8bb06b39..d19614151 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,7 @@ author: "GitHub" inputs: python-version: description: "Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset." + default: '3.9' python-version-file: description: "File containing the Python version to use. Example: .python-version" cache: From 72829604e2504bb60d71d58f3174c517bd44bdc3 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 20 Apr 2023 11:02:57 -0400 Subject: [PATCH 2/2] pin 3.9.13 by default --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d19614151..3d2464c31 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ author: "GitHub" inputs: python-version: description: "Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset." - default: '3.9' + default: '3.9.13' python-version-file: description: "File containing the Python version to use. Example: .python-version" cache: