virtual/python-pathlib: Enable python3.6

This commit is contained in:
Michał Górny
2017-01-26 23:30:07 +01:00
parent 0e5fb0c926
commit e5d3d85e00

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit python-r1