diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 16:37:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 16:44:33 +0200 |
commit | 0fbbbc5a9dc11d1ec26426e144b13712674bfa38 (patch) | |
tree | c496fdc263c2f775f1920ad331f19a320c389baa /dev-python/inflect | |
parent | dev-python/jaraco-classes: Enable python3.10 (diff) | |
download | gentoo-0fbbbc5a9dc11d1ec26426e144b13712674bfa38.tar.gz gentoo-0fbbbc5a9dc11d1ec26426e144b13712674bfa38.tar.bz2 gentoo-0fbbbc5a9dc11d1ec26426e144b13712674bfa38.zip |
dev-python/inflect: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r-- | dev-python/inflect/inflect-5.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inflect/inflect-5.3.0.ebuild b/dev-python/inflect/inflect-5.3.0.ebuild index 30e5e91f1fcc..1bf777fa4c77 100644 --- a/dev-python/inflect/inflect-5.3.0.ebuild +++ b/dev-python/inflect/inflect-5.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 |