Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apius_lang_entropy/default/commands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
filename = entropy_command.py
chunked = true
python.version = python3
python.required = 3.9
python.required = 3.9, 3.13
4 changes: 2 additions & 2 deletions apius_lang_entropy/default/restmap.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ output_modes = json
passPayload = true
passHttpHeaders = true
python.version = python3
python.required = 3.9
python.required = 3.9, 3.13

[script:entropy_lab]
match = /entropy_lab
Expand All @@ -20,4 +20,4 @@ output_modes = json
passPayload = true
passHttpHeaders = true
python.version = python3
python.required = 3.9
python.required = 3.9, 3.13
Loading