From 7303a797b92d1c4784e7448b30aa1b785276d232 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 12 Dec 2024 12:03:40 -0800 Subject: [PATCH] Use Python 3.13 on netlify --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index cb211b35c0..18d4ef19e9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ # Settings in the [build] context are global and are applied to all contexts # unless otherwise overridden by more specific contexts. [build.environment] - PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8 + PYTHON_VERSION = "3.13" HUGO_VERSION = "0.134.3" DART_SASS_VERSION = "1.77.5" DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"