diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-18 23:47:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-18 23:48:02 +0200 |
commit | 841e71f3e9bd355aeea3f88b37d8470b397d6263 (patch) | |
tree | 3d1258cd9de1a65b3611cfd7e6bdb22b6737718f /dev-python/pyxattr | |
parent | dev-python/pysha3: Enable py3.7 (diff) | |
download | gentoo-841e71f3e9bd355aeea3f88b37d8470b397d6263.tar.gz gentoo-841e71f3e9bd355aeea3f88b37d8470b397d6263.tar.bz2 gentoo-841e71f3e9bd355aeea3f88b37d8470b397d6263.zip |
dev-python/pyxattr: Enable py3.7
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild b/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild index 0830703a29fd..7a678f05e293 100644 --- a/dev-python/pyxattr/pyxattr-0.6.0-r1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.6.0-r1.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 eutils |