I am trying to deploy my app using Heroku as follows:
$ git push heroku master
But it says Requested runtime (Python 3.10.5) is not available for this stack (heroku-20)
and I using python 3.10.5 which support all stacks.
I am trying to deploy my app using Heroku as follows:
$ git push heroku master
But it says Requested runtime (Python 3.10.5) is not available for this stack (heroku-20)
and I using python 3.10.5 which support all stacks.