Commit 831a398b authored by topjohnwu's avatar topjohnwu

Check Python 3.8+

parent a848783b
......@@ -48,8 +48,8 @@ if not no_color and is_windows:
no_color = True
# Environment checks
if not sys.version_info >= (3, 6):
error('Requires Python 3.6+')
if not sys.version_info >= (3, 8):
error('Requires Python 3.8+')
if 'ANDROID_SDK_ROOT' not in os.environ:
error('Please add Android SDK path to ANDROID_SDK_ROOT environment variable!')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment