commit:     2d87d737985102f472c5d1b78b2510fcf64907f3
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue May 25 08:42:44 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 25 10:37:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d87d737

dev-python/pytest-benchmark: support python 3.9

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild 
b/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild
index 6d4a4b167..c381feca3 100644
--- a/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild
+++ b/dev-python/pytest-benchmark/pytest-benchmark-3.2.3.ebuild
@@ -4,7 +4,7 @@
 EAPI="7"
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 

Reply via email to