diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 15:21:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 15:41:08 +0200 |
commit | 20ba53560ce17c0bd184d3901bcf57244d43ac10 (patch) | |
tree | 55de8dc8139f0eba4e9839d2923aa4759758eb71 /dev-python/jsonpatch | |
parent | dev-python/jsonpointer: Enable py3.10 (diff) | |
download | gentoo-20ba53560ce17c0bd184d3901bcf57244d43ac10.tar.gz gentoo-20ba53560ce17c0bd184d3901bcf57244d43ac10.tar.bz2 gentoo-20ba53560ce17c0bd184d3901bcf57244d43ac10.zip |
dev-python/jsonpatch: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r-- | dev-python/jsonpatch/jsonpatch-1.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-1.32.ebuild b/dev-python/jsonpatch/jsonpatch-1.32.ebuild index 6bde08476be5..c89913404859 100644 --- a/dev-python/jsonpatch/jsonpatch-1.32.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.32.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 |