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 4caf282 commit b98bb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pydevproject
Expand Up @@ -4,5 +4,5 @@
<path>/${PROJECT_DIR_NAME}/src</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 b98bb4f

Please sign in to comment.