summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-26 23:28:03 +0100
committerMichał Górny <mgorny@gentoo.org>2017-01-26 23:35:32 +0100
commita113b350a018ddc746fe19bc6bb263745f68d133 (patch)
tree048a154d00590e963e21760e9995f498303a68ca /virtual/python-futures
parentvirtual/python-funcsigs: Enable python3.6 (diff)
downloadgentoo-a113b350a018ddc746fe19bc6bb263745f68d133.tar.gz
gentoo-a113b350a018ddc746fe19bc6bb263745f68d133.tar.bz2
gentoo-a113b350a018ddc746fe19bc6bb263745f68d133.zip
virtual/python-futures: Enable python3.6
Diffstat (limited to 'virtual/python-futures')
-rw-r--r--virtual/python-futures/python-futures-0.ebuild2
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