I work on pycharm project and I have a virtual environment (venv) with Python version 3.6.
I need to change it to 3.7 but I don't want to have to create a new environment and install all the packages from the beginning. Is there a way to do that? Just change the python version while keeping all the packages?