[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.
This commit is contained in:
David Peter 2025-10-08 12:41:57 +02:00 committed by GitHub
parent f95eb90951
commit db80febb6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export default function Playground() {
export const DEFAULT_SETTINGS = JSON.stringify( export const DEFAULT_SETTINGS = JSON.stringify(
{ {
environment: { environment: {
"python-version": "3.13", "python-version": "3.14",
}, },
rules: { rules: {
"undefined-reveal": "ignore", "undefined-reveal": "ignore",