Skip to content

Commit b4623a1

Browse files
authored
Update Language list (#414)
1 parent 9d4441d commit b4623a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/src/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# constants
1818
id_name = "ID"
1919
language_name = "Language"
20-
language_list = ("csharp", "executable", "fsharp", "python", "javascript", "typescript")
20+
language_list = ("csharp", "executable", "fsharp", "python", "javascript", "typescript", "python_v2", "executable_v2", "javascript_v2", "typescript_v2")
2121
etag = "ETag"
2222
version = "Version"
2323
url_sourcecode = "UrlSourceCode"

0 commit comments

Comments
 (0)