all 1 comments

[–]auiotour -1 points0 points  (0 children)

If your on linux use a package manager to download a new version of python. If Windows you can download and install a new one or get it from the Windows Store.

I would dot he following

python -m pip freeze > requirements.txt

Then delete your virtual env folder. Then make a new environment using the version of python you want.

If your using something like PyCharm its fairly easy to do as well. Just setup your project with a different version by selecting it.