summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:30:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:30:50 +0300
commit9727289ce338009b08fb2d145dc728fe6e2fca3d (patch)
tree375831aab2237a0d6f95b6a5eef846a38264dd45 /dev-python/jsondiff
parentdev-python/lark: enable py3.12 (diff)
downloadgentoo-9727289ce338009b08fb2d145dc728fe6e2fca3d.tar.gz
gentoo-9727289ce338009b08fb2d145dc728fe6e2fca3d.tar.bz2
gentoo-9727289ce338009b08fb2d145dc728fe6e2fca3d.zip
dev-python/jsondiff: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/jsondiff')
-rw-r--r--dev-python/jsondiff/jsondiff-2.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsondiff/jsondiff-2.0.0-r1.ebuild b/dev-python/jsondiff/jsondiff-2.0.0-r1.ebuild
index 31ea00eca463..69eb28a6f60f 100644
--- a/dev-python/jsondiff/jsondiff-2.0.0-r1.ebuild
+++ b/dev-python/jsondiff/jsondiff-2.0.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1