[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

View file

@ -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",