summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-01 14:33:43 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-01 14:40:14 +0200
commit087dbe3a57876b1c59f942bb198f91c1b0fc6a3b (patch)
tree4441ff634061c4069c325362494780972168efee /dev-python/jsonpatch
parentdev-python/jsonpatch: Modernize (diff)
downloadgentoo-087dbe3a57876b1c59f942bb198f91c1b0fc6a3b.tar.gz
gentoo-087dbe3a57876b1c59f942bb198f91c1b0fc6a3b.tar.bz2
gentoo-087dbe3a57876b1c59f942bb198f91c1b0fc6a3b.zip
dev-python/jsonpatch: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpatch')
-rw-r--r--dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
index b105a42c7ed1..db865c090f6c 100644
--- a/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
+++ b/dev-python/jsonpatch/jsonpatch-1.32-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1