When I push my django app to heroku master, I get an error about the version of python
I already added a file runtime.txt with python-3.7.2 and added python-3.7.2 to the requirements file.
Collecting python-3.7.0 (from -r /tmp/build_56ed5608dd6394891e58f29a1dd224c2/requirements.txt (line 5)) remote: Could not find a version that satisfies the requirement python-3.7.0 (from -r /tmp/build_56ed5608dd6394891e58f29a1dd224c2/requirements.txt (line 5)) (from versions: ) remote: No matching distribution found for python-3.7.0 (from -r /tmp/build_56ed5608dd6394891e58f29a1dd224c2/requirements.txt (line 5))