From 3465e2a421d9cc773b00b61bd1e9e490cf60978c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o=20Gon=C3=A7alves=20de=20Moura?= Date: Thu, 11 May 2023 23:07:43 +0000 Subject: [PATCH] update to pyenv 2.3.17 --- src/defaults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/defaults.ts b/src/defaults.ts index 838017b05..78440f3c8 100644 --- a/src/defaults.ts +++ b/src/defaults.ts @@ -1 +1 @@ -export const PYENV_VERSION: string = '2.3.12'; +export const PYENV_VERSION: string = '2.3.17';