Skip to content

Commit 00ebb3f

Browse files
committed
Updated minimum Python version to 3.6
This should have been the original value, agreed in kivy#1918
1 parent d5596c8 commit 00ebb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recommendations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def check_ndk_api(ndk_api, android_api):
189189

190190

191191
MIN_PYTHON_MAJOR_VERSION = 3
192-
MIN_PYTHON_MINOR_VERSION = 4
192+
MIN_PYTHON_MINOR_VERSION = 6
193193
MIN_PYTHON_VERSION = LooseVersion('{major}.{minor}'.format(major=MIN_PYTHON_MAJOR_VERSION,
194194
minor=MIN_PYTHON_MINOR_VERSION))
195195
PY2_ERROR_TEXT = (

0 commit comments

Comments
 (0)