Skip to content

Commit e9144dc

Browse files
committed
feat: made Python 3.6 the standard for PyDev
1 parent 95de74c commit e9144dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pydevproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<path>/${PROJECT_DIR_NAME}/src</path>
55
</pydev_pathproperty>
66
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
7-
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
7+
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 3.6</pydev_property>
88
</pydev_project>

0 commit comments

Comments
 (0)