Which python versions are supported? #1411
Unanswered
Moon-Raven
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Pylance supports Python 3.0 and newer. It even includes support for all new features coming in Python 3.10. Do you have a Python 3.8 interpreter selected? By default, Pylance assumes that it should restrict you to features available in the Python version you have selected. You can override this in a configuration file if you'd like. If you'd like to share specific details about problems you're seeing, we may be able to better help diagnose. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, is there a list of python versions that pylance supports? I am having issues with python 3.8 features being marked as problems inside VSCode.
Beta Was this translation helpful? Give feedback.
All reactions