前提・実現したいこと
Herokuにデプロイしようとしているのですが、Pythonのランタイムバージョン関連のエラーで躓いています。
発生している問題・エラーメッセージ
Build Log
-----> 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.6) 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
runtime.txt
python-3.9.6
試したこと
Heroku Python Supportを参照しながらランタイムバージョンを変更したりもしたのですが一向に話が進みません。
補足情報(FW/ツールのバージョンなど)
ローカルのPythonバージョン: 3.9.1
あなたの回答
tips
プレビュー