Skip to content

Commit db80feb

Browse files
authored
[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.
1 parent f95eb90 commit db80feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/ty/src/Playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export default function Playground() {
214214
export const DEFAULT_SETTINGS = JSON.stringify(
215215
{
216216
environment: {
217-
"python-version": "3.13",
217+
"python-version": "3.14",
218218
},
219219
rules: {
220220
"undefined-reveal": "ignore",

0 commit comments

Comments
 (0)