diff options
author | Louis Sautier <sbraz@gentoo.org> | 2020-09-05 00:50:42 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2020-09-05 00:50:42 +0200 |
commit | 98309d7a88f48c6a3a3368070f1f51cfa670c2e7 (patch) | |
tree | 4ebc3fbb2300467841de8990536447d8ee796734 /dev-python/inflect | |
parent | dev-python/jaraco-stream: add Python 3.9 support, fix a warning (diff) | |
download | gentoo-98309d7a88f48c6a3a3368070f1f51cfa670c2e7.tar.gz gentoo-98309d7a88f48c6a3a3368070f1f51cfa670c2e7.tar.bz2 gentoo-98309d7a88f48c6a3a3368070f1f51cfa670c2e7.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>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r-- | dev-python/inflect/inflect-4.1.0.ebuild | 2 |
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 |