commit: 9f4709de54d61d81fd2ac0d63da5322df1521dfe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 31 16:08:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 31 16:33:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4709de
dev-python/alabaster: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/alabaster/alabaster-0.7.12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/alabaster/alabaster-0.7.12.ebuild
b/dev-python/alabaster/alabaster-0.7.12.ebuild
index 6600e25d82f..f4bf497e091 100644
--- a/dev-python/alabaster/alabaster-0.7.12.ebuild
+++ b/dev-python/alabaster/alabaster-0.7.12.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1