virtual/python-pathlib: Enable python3.6
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:30:07 +0000 (23:30 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Jan 2017 22:35:36 +0000 (23:35 +0100)
virtual/python-pathlib/python-pathlib-1.0.ebuild

index c854a0561f389358089bbea6295801dada54e843..0dbe523fde36dc8dd46508094d96b7fc58a4744f 100644 (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