I want to "from typing import final" which I read online that it can only be used in python 3.8 or higher.I installed python 3.10 and changed the interpreter to python3.10. However, when I tried to run my program, it still says that there's an import error.
Question is how do I change the settings so that it imports from python310 instead of python37