You can simply create a new virtualenv from scratch with the new version of Python installed, but you can also upgrade your Python binary in place of the old.
Upgrade
I keep my python virtual environments in a hidden folder .virtualenvs in my home directory.
Inside my project I can …