Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Problemas da versão do runtime do python

File upload done. ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your runtime version for python is past End of Support. Please upgrade to the latest runtime version available..

1 resposta
solução!

Funcionou quando alterei o runtime_config.

runtime_config:
    operating_system: "ubuntu18"
    runtime_version: "3.9"