dev-python/readme: Enable pypy3

Tests with pypy3 fail the same way as with other implementations.
This commit is contained in:
Michał Górny
2016-11-30 14:27:39 +01:00
parent 980007694f
commit b8245403a5

View File

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