From 63ed6dd9e286d1e7d314e6108deeb5e86c08a247 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 9 Oct 2025 14:20:04 +0100 Subject: Re-order SupportedPythonVersions to default to using 3.14.0 --- bot/exts/utils/snekbox/_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index 39aa064ae..f8651eda5 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -87,7 +87,7 @@ SNEKBOX_ROLES = (Roles.helpers, Roles.moderators, Roles.admins, Roles.owners, Ro REDO_EMOJI = "\U0001f501" # :repeat: REDO_TIMEOUT = 30 -SupportedPythonVersions = Literal["3.13", "3.13t", "3.14"] +SupportedPythonVersions = Literal["3.14", "3.13", "3.13t"] class FilteredFiles(NamedTuple): allowed: list[FileAttachment] -- cgit v1.2.3