dev-python/readme: add python3_5 support

This commit is contained in:
Tim Harder
2015-12-13 19:08:56 -05:00
parent e0989afe38
commit 3ed656d9fb

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
inherit distutils-r1