From 6733c9b4c82f0168803475c97cdce82186b7c5c3 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Mon, 10 Aug 2026 12:56:44 -0500 Subject: [PATCH] chore: update docs site with current python supported versions --- site/_variables.yml | 2 +- site/releases/2024/2024-jan-26/highlights.qmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/_variables.yml b/site/_variables.yml index 970ac1e620..abeeb93bb0 100644 --- a/site/_variables.yml +++ b/site/_variables.yml @@ -86,7 +86,7 @@ gcp: # Rendered format: `{{< var version.python >}}` version: - python: "≧3.8 and <3.11" + python: "≧3.9 and <3.15" # validmind: v2.5.19 # OTHER diff --git a/site/releases/2024/2024-jan-26/highlights.qmd b/site/releases/2024/2024-jan-26/highlights.qmd index 7d4f2e3688..d56af3be6b 100644 --- a/site/releases/2024/2024-jan-26/highlights.qmd +++ b/site/releases/2024/2024-jan-26/highlights.qmd @@ -360,7 +360,7 @@ The {{< var validmind.developer >}} now supports passing custom inputs[^3] as an #### Updated Python requirements - We have updated our user guide to clarify the Python versions supported by the {{< var validmind.developer >}}. -- We now support **Python {{< var version.python >}}**. +- We now support **Python ≧3.8 and <3.11**. {{< include /releases/_how-to-upgrade.qmd >}}