summaryrefslogtreecommitdiff
path: root/dev-python/jsonpickle
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-09-07 17:03:23 +0200
committerMichał Górny <mgorny@gentoo.org>2026-09-07 17:34:22 +0200
commit83a4391025ee9b0c3e949498444b229aad71bb9b (patch)
tree5c3c6eebfc6c1daf91e29d9ae120687184d586f4 /dev-python/jsonpickle
parentf7380e9f3d3ec95fa787069b34acac2502a975ca (diff)
dev-python/jsonpickle: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpickle')
-rw-r--r--dev-python/jsonpickle/jsonpickle-4.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jsonpickle/jsonpickle-4.1.2.ebuild b/dev-python/jsonpickle/jsonpickle-4.1.2.ebuild
index 8fc9dc6f780c..25a680338e87 100644
--- a/dev-python/jsonpickle/jsonpickle-4.1.2.ebuild
+++ b/dev-python/jsonpickle/jsonpickle-4.1.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_FULLY_TESTED=( python3_{12..14} )
-PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" )
+PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_15 )
inherit distutils-r1 optfeature pypi
DESCRIPTION="Python library for serializing any arbitrary object graph into JSON"