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 @@ -598,7 +598,7 @@ async def eval_command(
598
598
If multiple codeblocks are in a message, all of them will be joined and evaluated,
599
599
ignoring the text outside them.
600
600
601
- Currently only 3.12 version is supported .
601
+ The currently supported verisons are 3.12, 3.13, and 3.13t .
602
602
603
603
We've done our best to make this sandboxed, but do let us know if you manage to find an
604
604
issue with it!
@@ -634,7 +634,7 @@ async def timeit_command(
634
634
If multiple formatted codeblocks are provided, the first one will be the setup code, which will
635
635
not be timed. The remaining codeblocks will be joined together and timed.
636
636
637
- Currently only 3.12 version is supported .
637
+ The currently supported verisons are 3.12, 3.13, and 3.13t .
638
638
639
639
We've done our best to make this sandboxed, but do let us know if you manage to find an
640
640
issue with it!
You can’t perform that action at this time.
0 commit comments