i'm trying to deploy the app using vercel cli, but when i do it says my function has an invalid python version. now i checked with python --version and it appears my python is 3.11 and up to date, so where's the error coming from?
here's the console:
(venv) my/path$ python3 --version Python 3.11.4 (venv) my/path$ vercel Vercel CLI 31.2.3 Inspect: https://vercel.com/name/project/projectid [1s] Error: A Serverless Function has invalid python version: found runtime parameter of python3.6 is no longer supported for creating or updating AWS Serverless Function functions. We recommend you use the new runtime (python3.9) but needs at least python3.6 to build.