Skip to content

Commit 1ab8fb9

Browse files
committed
Add 3.14j to SupportedPythonVersions
1 parent 8e8d5b0 commit 1ab8fb9

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.14", "3.14t"]
22+
SupportedPythonVersions = Literal["3.13", "3.14", "3.14t", "3.14j"]
2323

2424
DEFAULT_PYTHON_VERSION: SupportedPythonVersions = "3.14"

0 commit comments

Comments
 (0)