dev-python/pathlib: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-25 17:12:16 +01:00
parent 9dbb022683
commit 7963262f53

View File

@@ -5,7 +5,7 @@
EAPI=5
# In Python 3.4, pathlib is now part of the standard library.
PYTHON_COMPAT=( python2_7 pypy )
PYTHON_COMPAT=( python2_7 pypy pypy3 )
inherit distutils-r1