Skip to content

Commit e842ee4

Browse files
committed
Changed minimum python3 minor version to 3.4
1 parent f22fc46 commit e842ee4

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
@@ -110,7 +110,7 @@ def check_ndk_api(ndk_api, android_api):
110110

111111

112112
MIN_PYTHON_MAJOR_VERSION = 3
113-
MIN_PYTHON_MINOR_VERSION = 6
113+
MIN_PYTHON_MINOR_VERSION = 4
114114
MIN_PYTHON_VERSION = LooseVersion('{major}.{minor}'.format(major=MIN_PYTHON_MAJOR_VERSION,
115115
minor=MIN_PYTHON_MINOR_VERSION))
116116
PY2_ERROR_TEXT = (

0 commit comments

Comments
 (0)