diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-15 00:41:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:16 +0200 |
commit | 71f35f15d6ed263f1875087b2da1ac786c41b474 (patch) | |
tree | 801e22c8fb6aa437efaed16bbe96b2bae3fe390a /dev-python/hyperframe | |
parent | dev-python/pyyaml: Enable py3.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |