dev-python/botocore: Add python3.5

Package-Manager: portage-2.2.28_p64
This commit is contained in:
Mike Gilbert
2016-04-06 20:53:57 -04:00
parent eaa1fc765c
commit c2bb5b5d4d

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
inherit distutils-r1