mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
11 lines
541 B
HTML
11 lines
541 B
HTML
<html>
|
|
<body>
|
|
<p>Reports incompatibility with the specified versions of Python.
|
|
Enable this inspection if you need your code to be compatible with a range of Python versions, for example,
|
|
if you are building a library.</p>
|
|
<p>To define the range of the inspected Python versions, select the corresponding checkboxes in the <b>Options</b>
|
|
section.</p>
|
|
<p>For more information about the Python versions supported by the IDE, see the
|
|
<a href="https://www.jetbrains.com/help/pycharm/python.html#support">web help</a>.</p>
|
|
</body>
|
|
</html> |