File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -639,13 +639,13 @@ async def timeit_command(
639
639
If multiple formatted codeblocks are provided, the first one will be the setup code, which will
640
640
not be timed. The remaining codeblocks will be joined together and timed.
641
641
642
- The currently supported verisons are 3.12 , 3.13 , and 3.13t .
642
+ The currently supported verisons are 3.13 , 3.13t , and 3.14 .
643
643
644
644
We've done our best to make this sandboxed, but do let us know if you manage to find an
645
645
issue with it!
646
646
"""
647
647
code : list [str ]
648
- python_version = python_version or "3.12 "
648
+ python_version = python_version or "3.13 "
649
649
args = self .prepare_timeit_input (code )
650
650
job = EvalJob (args , version = python_version , name = "timeit" )
651
651
You can’t perform that action at this time.
0 commit comments