Simply remove python-is-python2:
sudo apt purge python-is-python2
And install python-is-python3:
sudo apt install python-is-python3
It will automate the process of transition to new python3. Optionally you can get rid of remaining packages later:
sudo apt autoremove && sudo apt autoclean