summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:12:50 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:48 +0200
commit4f2bce4005b761f8b16e1704a6b8183373b9772f (patch)
tree3da6ddbe2e9521c0f710f21b1e7b758599106712 /dev-python
parentdev-python/pytz: Enable py3.7 (diff)
downloadgentoo-4f2bce4005b761f8b16e1704a6b8183373b9772f.tar.gz
gentoo-4f2bce4005b761f8b16e1704a6b8183373b9772f.tar.bz2
gentoo-4f2bce4005b761f8b16e1704a6b8183373b9772f.zip
dev-python/PySocks: Enable py3.7
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PySocks/PySocks-1.6.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PySocks/PySocks-1.6.8.ebuild b/dev-python/PySocks/PySocks-1.6.8.ebuild
index 95d6ac757db0..5fdcf84da6b6 100644
--- a/dev-python/PySocks/PySocks-1.6.8.ebuild
+++ b/dev-python/PySocks/PySocks-1.6.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
inherit distutils-r1