summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-19 00:01:44 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-19 00:39:55 +0100
commit535ab6192c8503c91821e9ba0d3c7f0094fa1121 (patch)
tree2720d76e62c6cfb3420d4c946350ced392bfa242 /dev-python/PySocks
parentsys-devel/binutils: bump patchset up to 5 (diff)
downloadgentoo-535ab6192c8503c91821e9ba0d3c7f0094fa1121.tar.gz
gentoo-535ab6192c8503c91821e9ba0d3c7f0094fa1121.tar.bz2
gentoo-535ab6192c8503c91821e9ba0d3c7f0094fa1121.zip
dev-python/PySocks: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySocks')
-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 e31fc63501f4..f5df02e1cbfc 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_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
inherit distutils-r1