commit: 6d9c1bcbe4bd3ffd93bd8a20f444c5973142af3d
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 03:17:29 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 03:48:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9c1bcb
dev-python/tenacity: 6.2.0 add py38 support
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/tenacity/tenacity-6.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tenacity/tenacity-6.2.0.ebuild
b/dev-python/tenacity/tenacity-6.2.0.ebuild
index 33a571a754a..803af6847ec 100644
--- a/dev-python/tenacity/tenacity-6.2.0.ebuild
+++ b/dev-python/tenacity/tenacity-6.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1