From 39618e8358d76b5f932a5eb598845fc5066e1d5a Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Sun, 28 Jan 2024 19:39:28 +0000 Subject: [PATCH] Update Python version that Netlify uses --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 917d5386..000a7a3a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -11,7 +11,7 @@ ID = "Your_Site_ID" command = "mkdocs build" [build.environment] - PYTHON_VERSION = "3.8" + PYTHON_VERSION = "3.12.1" [[redirects]] from = "/expressions/exceptions.html"