dev-python/bleach: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 14:17:58 +01:00
parent 18761a5f42
commit 980007694f

View File

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