Skip to content

Commit

Permalink
feat: made Python 3.6 the standard for PyDev
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 14, 2022
1 parent 5bb1bac commit a3fca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pydevproject
Expand Up @@ -6,5 +6,5 @@
<path>/${PROJECT_DIR_NAME}/examples/basic</path>
</pydev_pathproperty>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.6</pydev_property>
</pydev_project>

0 comments on commit a3fca72

Please sign in to comment.