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 8d8cefa commit afe4b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pydevproject
Original file line number Diff line number Diff line change
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 afe4b0c

Please sign in to comment.