For more information on concepts covered in this lesson, you can check out:
Here are the command-line snippets used in this lesson:
$ vim runtime.txt
$ git add runtime.txt
$ git commit -m "Specify explicit Python version"
$ git push heroku
$ heroku run python --version
$ heroku run bash
$ uname -r
python-3.10.0