diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-26 23:30:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-26 23:35:36 +0100 |
commit | e5d3d85e00559fb84c670d05db3332f549dfa97f (patch) | |
tree | 4e51a4753d407ddd58b566f76edd2619f893a3f3 /virtual | |
parent | virtual/python-ipaddress: Enable python3.6 (diff) | |
download | gentoo-e5d3d85e00559fb84c670d05db3332f549dfa97f.tar.gz gentoo-e5d3d85e00559fb84c670d05db3332f549dfa97f.tar.bz2 gentoo-e5d3d85e00559fb84c670d05db3332f549dfa97f.zip |
virtual/python-pathlib: Enable python3.6
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-pathlib/python-pathlib-1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-pathlib/python-pathlib-1.0.ebuild b/virtual/python-pathlib/python-pathlib-1.0.ebuild index c854a0561f38..0dbe523fde36 100644 --- a/virtual/python-pathlib/python-pathlib-1.0.ebuild +++ b/virtual/python-pathlib/python-pathlib-1.0.ebuild @@ -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 |