From db80febb6b254bcf88cf6b4142d032d22a4f978b Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 8 Oct 2025 12:41:57 +0200 Subject: [PATCH] [ty] Use 3.14 in the ty playground (#20760) ## Summary Use 3.14 by default in the ty playground ## Test Plan Opened the playground locally and made sure that the default configuration uses 3.14. --- playground/ty/src/Playground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/ty/src/Playground.tsx b/playground/ty/src/Playground.tsx index 1391ee548f..926861836b 100644 --- a/playground/ty/src/Playground.tsx +++ b/playground/ty/src/Playground.tsx @@ -214,7 +214,7 @@ export default function Playground() { export const DEFAULT_SETTINGS = JSON.stringify( { environment: { - "python-version": "3.13", + "python-version": "3.14", }, rules: { "undefined-reveal": "ignore",