From: Michał Górny Date: Thu, 26 Jan 2017 22:28:03 +0000 (+0100) Subject: virtual/python-futures: Enable python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a113b350a018ddc746fe19bc6bb263745f68d133;p=gentoo.git virtual/python-futures: Enable python3.6 --- diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild index 128a2d74f279..bdbbfec3928e 100644 --- a/virtual/python-futures/python-futures-0.ebuild +++ b/virtual/python-futures/python-futures-0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit python-r1