Appium-Python-Client Don't support Python3.5.2?

I want to testing iOS App in my real device, To install Appium-Python-Client this step, I first use Python3.5.2 installation, tips

from appium import webdriver
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'appium'

For Python 2.7.10 will be able to run, do not support Python3?
macOS 10.12.3

fixed