commit: 98309d7a88f48c6a3a3368070f1f51cfa670c2e7
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 22:50:42 2020 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 22:50:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98309d7a
dev-python/inflect: add Python 3.9 support
Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
dev-python/inflect/inflect-4.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/inflect/inflect-4.1.0.ebuild
b/dev-python/inflect/inflect-4.1.0.ebuild
index 8a0c0365491..360011e84cb 100644
--- a/dev-python/inflect/inflect-4.1.0.ebuild
+++ b/dev-python/inflect/inflect-4.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
# [options.entry_points] is present in setup.cfg but it is empty
DISTUTILS_USE_SETUPTOOLS=manual