Push rejected failed to compile python app
Итак, я получаю эту ошибку, когда я пытаюсь развернуть мою мастер ветку, я установил мои requirements.txt, runtime.txt и Procfile, но я все еще получаю эту ошибку
-----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/python
-----> Python app detected
-----> Using Python version specified in runtime.txt
! Requested runtime (python - 3.9.7) is not available for this stack (heroku-20).
! Aborting. More info: https://devcenter.heroku.com/articles/python-support
! Push rejected, failed to compile Python app.
! Push failed
мой файл requirements.txt
asgiref==3.4.1
dj-database-url==0.5.0
Django==3.2.7
django-heroku==0.3.1
gunicorn==20.1.0
Pillow==8.4.0
psycopg2==2.9.2
python-decouple==3.5
pytz==2021.3
sqlparse==0.4.2
whitenoise==5.3.0
помогите
Ваша версия python не поддерживается на heroku stack 20, как указано в пятой строке, чтобы проверить поддерживаемое время выполнения, смотрите документацию Heroku
Стек Heroku поддерживает python-3.9.9, поэтому укажите это в вашем runtime.txt
:
python-3.9.9
Посмотрите на стек по адресу https://devcenter.heroku.com/articles/heroku-20-stack