diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-01-26 23:28:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-01-26 23:35:32 +0100 |
commit | a113b350a018ddc746fe19bc6bb263745f68d133 (patch) | |
tree | 048a154d00590e963e21760e9995f498303a68ca | |
parent | virtual/python-funcsigs: Enable python3.6 (diff) | |
download | gentoo-a113b350a018ddc746fe19bc6bb263745f68d133.tar.gz gentoo-a113b350a018ddc746fe19bc6bb263745f68d133.tar.bz2 gentoo-a113b350a018ddc746fe19bc6bb263745f68d133.zip |
virtual/python-futures: Enable python3.6
-rw-r--r-- | virtual/python-futures/python-futures-0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |