News

If you’ve installed a major new version of Python—e.g., you already have Python 3.10 and you now install Python 3.11 alongside it—you’ll need to create a new virtual environment that ...
If you’re performing a major point revision upgrade, such as Python 3.11 to Python 3.12, your best bet is to use venv to create a new, separate virtual environment subdirectory in the project ...