From 5a50fdcd1b70f220a662161c5244d0e98e2f96c8 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Sat, 18 Jan 2025 06:14:50 -0600 Subject: Update supported Python versions in Snekbox help text (#3237) --- bot/exts/utils/snekbox/_cog.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index d448898f3..39f61c6e2 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -598,7 +598,7 @@ class Snekbox(Cog): If multiple codeblocks are in a message, all of them will be joined and evaluated, ignoring the text outside them. - Currently only 3.12 version is supported. + The currently supported verisons are 3.12, 3.13, and 3.13t. We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it! @@ -634,7 +634,7 @@ class Snekbox(Cog): If multiple formatted codeblocks are provided, the first one will be the setup code, which will not be timed. The remaining codeblocks will be joined together and timed. - Currently only 3.12 version is supported. + The currently supported verisons are 3.12, 3.13, and 3.13t. We've done our best to make this sandboxed, but do let us know if you manage to find an issue with it! -- cgit v1.2.3