From a48caa1903244cbdace835b241aa1d6d635dbe4e Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Mon, 14 Sep 2026 16:44:26 -0600 Subject: [PATCH] Update Python prerequisite from 3.13 to 3.14 Python 3.14 is now required for local function development. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8de5462..1312611 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The Functions with Python sample Foundry app shows how to use Python functions w ## Prerequisites * The Foundry CLI (instructions below). -* Python 3.13+ (needed if running the app's functions locally). See [Python For Beginners](https://www.python.org/about/gettingstarted/) for installation instructions. +* Python 3.14+ (needed if running the app's functions locally). See [Python For Beginners](https://www.python.org/about/gettingstarted/) for installation instructions. ### Install the Foundry CLI