diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2019-05-22 15:41:53 +0100 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2019-05-22 15:48:20 +0100 |
commit | 10e53506d119a545d38c49fe86505df83ef70a89 (patch) | |
tree | fff1ecff6c2993e9fb7d49dcce6e2bea4fe3e7e8 /dev-python/pytest-flakes | |
parent | dev-python/progressbar2: Version bump to 3.39.3 & widen PYTHON_COMPAT (diff) | |
download | gentoo-10e53506d119a545d38c49fe86505df83ef70a89.tar.gz gentoo-10e53506d119a545d38c49fe86505df83ef70a89.tar.bz2 gentoo-10e53506d119a545d38c49fe86505df83ef70a89.zip |
dev-python/pytest-flakes: Widen PYTHON_COMPAT
Test suite passes for Python 3.6 & 3.7, so add to PYTHON_COMPAT.
Bug: https://bugs.gentoo.org/678422
Suggested-By: Pacho Ramos <pacho@gentoo.org>
Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/pytest-flakes')
-rw-r--r-- | dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild index d273097c8000..adbbf8912f9a 100644 --- a/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild +++ b/dev-python/pytest-flakes/pytest-flakes-4.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3) inherit distutils-r1 |