We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7846303 commit b2714a4Copy full SHA for b2714a4
bot/exts/utils/snekbox/_constants.py
@@ -19,6 +19,6 @@
19
REDO_EMOJI = "\U0001f501" # :repeat:
20
REDO_TIMEOUT = 30
21
22
-SupportedPythonVersions = Literal["3.13", "3.13t", "3.14"]
+SupportedPythonVersions = Literal["3.13", "3.14", "3.14t"]
23
24
DEFAULT_PYTHON_VERSION: SupportedPythonVersions = "3.14"
0 commit comments