Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyCharm doesn't recognize Python 3.10, how do I configure it?

Tags:

python

pycharm

I'm trying to use Python 3.10 with PyCharm on Windows 10.

However, it gets recognized as Python 3.1 instead:

enter image description here

If I try to run my script, the interpreter complains that this version of Python is deprecated.

How can I resolve the issue?

like image 778
Felicidade Avatar asked Dec 08 '25 09:12

Felicidade


1 Answers

You are likely using an old PyCharm version. Python 3.10 is rather new. Update PyCharm to at least 2020.2. See the relevant ticket in PyCharm's bug tracker https://youtrack.jetbrains.com/issue/PY-42855.

like image 166
Pavel Karateev Avatar answered Dec 09 '25 21:12

Pavel Karateev