Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Heroku:Python Django部署突然失败_Python_Django_Heroku_Heroku Cli - Fatal编程技术网

Heroku:Python Django部署突然失败

Heroku:Python Django部署突然失败,python,django,heroku,heroku-cli,Python,Django,Heroku,Heroku Cli,我今天早上部署了我的应用程序,一切正常,它已经运行了几个月,我刚刚尝试部署对两个HTML模板的更改(GIT中没有其他更改)。赫罗库突然在下面的问题上失败了 -----> Python app detected ! Requested runtime (python-3.6.10) is not available for this stack (heroku-18). ! Aborting. More info: https://devcenter.heroku.

我今天早上部署了我的应用程序,一切正常,它已经运行了几个月,我刚刚尝试部署对两个HTML模板的更改(GIT中没有其他更改)。赫罗库突然在下面的问题上失败了


-----> Python app detected

 !     Requested runtime (python-3.6.10) is not available for this stack (heroku-18).
 !     Aborting.  More info: https://devcenter.heroku.com/articles/python-support
 !     Push rejected, failed to compile Python app.
 !     Push failed
我甚至看不到我在Django中指定python版本的任何地方,而不是在requirements.txt中,但在这方面,应用程序几个月来没有任何变化


任何值得赞赏的想法

在您的错误跟踪中的文章中,它表示它们支持运行时python-3.6.11,而您的应用程序似乎仍在python-3.6.10上。他们可能升级了他们支持的python版本