summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-15 00:41:24 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:16 +0200
commit71f35f15d6ed263f1875087b2da1ac786c41b474 (patch)
tree801e22c8fb6aa437efaed16bbe96b2bae3fe390a /dev-python/hyperframe
parentdev-python/pyyaml: Enable py3.7 (diff)
downloadgentoo-71f35f15d6ed263f1875087b2da1ac786c41b474.tar.gz
gentoo-71f35f15d6ed263f1875087b2da1ac786c41b474.tar.bz2
gentoo-71f35f15d6ed263f1875087b2da1ac786c41b474.zip
dev-python/hyperframe: Enable py3.7
Diffstat (limited to 'dev-python/hyperframe')
-rw-r--r--dev-python/hyperframe/hyperframe-5.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/hyperframe/hyperframe-5.1.0.ebuild b/dev-python/hyperframe/hyperframe-5.1.0.ebuild
index 0486a63f174e..4dcc777c6061 100644
--- a/dev-python/hyperframe/hyperframe-5.1.0.ebuild
+++ b/dev-python/hyperframe/hyperframe-5.1.0.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