diff --git a/apius_lang_entropy/default/commands.conf b/apius_lang_entropy/default/commands.conf index b89397f..5f0f91b 100644 --- a/apius_lang_entropy/default/commands.conf +++ b/apius_lang_entropy/default/commands.conf @@ -2,4 +2,4 @@ filename = entropy_command.py chunked = true python.version = python3 -python.required = 3.9 +python.required = 3.9, 3.13 diff --git a/apius_lang_entropy/default/restmap.conf b/apius_lang_entropy/default/restmap.conf index 117deaf..384a4bc 100644 --- a/apius_lang_entropy/default/restmap.conf +++ b/apius_lang_entropy/default/restmap.conf @@ -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 @@ -20,4 +20,4 @@ output_modes = json passPayload = true passHttpHeaders = true python.version = python3 -python.required = 3.9 +python.required = 3.9, 3.13