summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-22 16:39:07 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-22 18:41:02 +0200
commitf803d8dca0a7b6b2047cec269b9206fb594c2389 (patch)
tree221285452f19038e4cfb5a3c20cae12a6b1227dd /dev-python/click-threading
parentdev-python/click-threading: Enable the test suite (diff)
downloadgentoo-f803d8dca0a7b6b2047cec269b9206fb594c2389.tar.gz
gentoo-f803d8dca0a7b6b2047cec269b9206fb594c2389.tar.bz2
gentoo-f803d8dca0a7b6b2047cec269b9206fb594c2389.zip
dev-python/click-threading: Tested on py3.5 & py3.6
Diffstat (limited to 'dev-python/click-threading')
-rw-r--r--dev-python/click-threading/click-threading-0.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/click-threading/click-threading-0.3.0.ebuild b/dev-python/click-threading/click-threading-0.3.0.ebuild
index 2233319f5524..5511d653a9a7 100644
--- a/dev-python/click-threading/click-threading-0.3.0.ebuild
+++ b/dev-python/click-threading/click-threading-0.3.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1