summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:13:08 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:50 +0200
commit5b22984f026dc0e73118af13b9c62081c5d4405f (patch)
treebd20e101235bf283bce0d723256cac9b2f9fea59 /dev-python/pyserial
parentdev-python/constantly: Enable py3.7 (diff)
downloadgentoo-5b22984f026dc0e73118af13b9c62081c5d4405f.tar.gz
gentoo-5b22984f026dc0e73118af13b9c62081c5d4405f.tar.bz2
gentoo-5b22984f026dc0e73118af13b9c62081c5d4405f.zip
dev-python/pyserial: Enable py3.7
Diffstat (limited to 'dev-python/pyserial')
-rw-r--r--dev-python/pyserial/pyserial-3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyserial/pyserial-3.4.ebuild b/dev-python/pyserial/pyserial-3.4.ebuild
index 8d1e734f73a4..6783caf54951 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
inherit distutils-r1