summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-09-05 00:50:42 +0200
committerLouis Sautier <sbraz@gentoo.org>2020-09-05 00:50:42 +0200
commit98309d7a88f48c6a3a3368070f1f51cfa670c2e7 (patch)
tree4ebc3fbb2300467841de8990536447d8ee796734
parentdev-python/jaraco-stream: add Python 3.9 support, fix a warning (diff)
downloadgentoo-98309d7a.tar.gz
gentoo-98309d7a.tar.bz2
gentoo-98309d7a.zip
dev-python/inflect: add Python 3.9 support
Package-Manager: Portage-3.0.3, Repoman-2.3.23 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/inflect/inflect-4.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild
index 8a0c03654919..360011e84cb0 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