Skip to content

Commit

Permalink
Update Language list (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
taooceros authored Nov 15, 2024
1 parent 9d4441d commit b4623a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/src/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# constants
id_name = "ID"
language_name = "Language"
language_list = ("csharp", "executable", "fsharp", "python", "javascript", "typescript")
language_list = ("csharp", "executable", "fsharp", "python", "javascript", "typescript", "python_v2", "executable_v2", "javascript_v2", "typescript_v2")
etag = "ETag"
version = "Version"
url_sourcecode = "UrlSourceCode"
Expand Down

0 comments on commit b4623a1

Please sign in to comment.