diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:12:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:48 +0200 |
commit | 4f2bce4005b761f8b16e1704a6b8183373b9772f (patch) | |
tree | 3da6ddbe2e9521c0f710f21b1e7b758599106712 /dev-python/PySocks | |
parent | dev-python/pytz: Enable py3.7 (diff) | |
download | gentoo-4f2bce4005b761f8b16e1704a6b8183373b9772f.tar.gz gentoo-4f2bce4005b761f8b16e1704a6b8183373b9772f.tar.bz2 gentoo-4f2bce4005b761f8b16e1704a6b8183373b9772f.zip |
dev-python/PySocks: Enable py3.7
Diffstat (limited to 'dev-python/PySocks')
-rw-r--r-- | dev-python/PySocks/PySocks-1.6.8.ebuild | 2 |
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 |