From 9a19459a434fdcbf7c582a8e12bdb72d00cf4106 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sun, 13 Oct 2019 16:41:12 -0400 Subject: [PATCH] dev-python/pytest-pylint: Python 3.7 compatibility Closes: https://bugs.gentoo.org/662608 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews --- dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild index 908603366e42..af94d60d1cb8 100644 --- a/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild +++ b/dev-python/pytest-pylint/pytest-pylint-0.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="pytest plugin to check source code with pylint" -- 2.26.2