Files
ruff/playground/knot
Micha Reiser cba197e3c5 [red-knot] Default playground to Python 3.13 for real (#16956)
## Summary

Default to 3.13 for good. 

I incorrectly used `workspace.updateOptions` instead of `updateOptions`
where the latter has a fallback.

## Test Plan

```py
import os

import sys

reveal_type(sys.version_info.minor)
```

reveals 13 on initial page load
2025-03-24 16:40:49 +00:00
..
2025-03-18 17:17:11 +01:00
2025-03-18 17:17:11 +01:00
2025-03-18 17:17:11 +01:00
2025-03-18 17:17:11 +01:00