Skip to content

Commit b2714a4

Browse files
committed
Update 3.13t to 3.14t
See python-discord/snekbox#246 for relevant snekbox changes
1 parent 7846303 commit b2714a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utils/snekbox/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
REDO_EMOJI = "\U0001f501" # :repeat:
2020
REDO_TIMEOUT = 30
2121

22-
SupportedPythonVersions = Literal["3.13", "3.13t", "3.14"]
22+
SupportedPythonVersions = Literal["3.13", "3.14", "3.14t"]
2323

2424
DEFAULT_PYTHON_VERSION: SupportedPythonVersions = "3.14"

0 commit comments

Comments
 (0)