summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-23 15:21:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-23 15:41:08 +0200
commit20ba53560ce17c0bd184d3901bcf57244d43ac10 (patch)
tree55de8dc8139f0eba4e9839d2923aa4759758eb71
parentdev-python/jsonpointer: Enable py3.10 (diff)
downloadgentoo-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>
-rw-r--r--dev-python/jsonpatch/jsonpatch-1.32.ebuild2
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