Skip to content

Commit 36e2410

Browse files
committed
feat: made Python 3.6 the standard for PyDev
1 parent 027defd commit 36e2410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pydevproject

+1-1
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)