diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-04 15:11:38 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-04 15:11:38 -0400 |
commit | 87430d576121759101f7e3807426ac9541aa0dc1 (patch) | |
tree | a73944ed63389bf9fc2a74ae062d0f254d0496db /dev-python/nose-exclude | |
parent | net-libs/ldns: Add ~riscv keyword (diff) | |
download | gentoo-87430d576121759101f7e3807426ac9541aa0dc1.tar.gz gentoo-87430d576121759101f7e3807426ac9541aa0dc1.tar.bz2 gentoo-87430d576121759101f7e3807426ac9541aa0dc1.zip |
dev-python/nose-exclude: add py37 compat
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/nose-exclude')
-rw-r--r-- | dev-python/nose-exclude/nose-exclude-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild index b4d49a5fbb8c..de182d7597fc 100644 --- a/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild +++ b/dev-python/nose-exclude/nose-exclude-0.5.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) inherit distutils-r1 |