diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-08 14:08:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-09 13:35:20 +0200 |
commit | fde0831c8afdd0b83d7d683cd9cf179c08750ba6 (patch) | |
tree | f23223b0d97c2f53b32d1f1f6577755e2ab330c0 /dev-python/inflection | |
parent | dev-python/defusedxml: Port to python3.10 (diff) | |
download | gentoo-fde0831c8afdd0b83d7d683cd9cf179c08750ba6.tar.gz gentoo-fde0831c8afdd0b83d7d683cd9cf179c08750ba6.tar.bz2 gentoo-fde0831c8afdd0b83d7d683cd9cf179c08750ba6.zip |
dev-python/inflection: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/20740
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflection')
-rw-r--r-- | dev-python/inflection/inflection-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/inflection/inflection-0.5.1.ebuild b/dev-python/inflection/inflection-0.5.1.ebuild index ced70bafbde9..e3b7b12e03a9 100644 --- a/dev-python/inflection/inflection-0.5.1.ebuild +++ b/dev-python/inflection/inflection-0.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7..10} ) inherit distutils-r1 |