diff --git a/entrypoint.sh b/entrypoint.sh
index fd71f4611016a010e87f3b36ad4ac79ab975e7e1..b776ed0c8891ba49f1106938fb530412cc6d7a31 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -67,10 +67,10 @@ echo {} > "$ANSWERS_FILE"
 
 VARIABLES_FILE='variables.yml'
 if [ -f $VARIABLES_FILE ]; then
-  python3.8 "$PREPARE_ANSWERS_PY" "$INVENTORY_FILE" "$ANSWERS_FILE" "$ANSWERS_STORAGE_API" || exit 1
+  python3 "$PREPARE_ANSWERS_PY" "$INVENTORY_FILE" "$ANSWERS_FILE" "$ANSWERS_STORAGE_API" || exit 1
 fi
 if $USER_CLEANUP; then
-  python3.8 "$PREPARE_ANSWERS_PY" "$INVENTORY_FILE" "$ANSWERS_FILE" "$ANSWERS_STORAGE_API" --cleanup
+  python3 "$PREPARE_ANSWERS_PY" "$INVENTORY_FILE" "$ANSWERS_FILE" "$ANSWERS_STORAGE_API" --cleanup
 fi
 
 git submodule update --init --recursive || exit 1