diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2019-04-28 11:13:17 +0300 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2019-04-28 11:13:17 +0300 |
commit | dda067b4a42581bce3257c0801721752393c36da (patch) | |
tree | 9a3f7c9c78c744eb468dbaa6a16b282c05ea3545 /dev-python/pytest-timeout | |
parent | dev-python/pytest-rerunfailures: PYTHON_COMPAT 3.7 (diff) | |
download | gentoo-dda067b4a42581bce3257c0801721752393c36da.tar.gz gentoo-dda067b4a42581bce3257c0801721752393c36da.tar.bz2 gentoo-dda067b4a42581bce3257c0801721752393c36da.zip |
dev-python/pytest-timeout: PYTHON_COMPAT 3.7
Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Maxim Koltsov <maksbotan@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild index e7a02de3673e..cd26fa3585d9 100644 --- a/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild +++ b/dev-python/pytest-timeout/pytest-timeout-1.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) inherit distutils-r1 |