summaryrefslogtreecommitdiff
path: root/dev-python/jsonpickle
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-04-18 12:12:21 +0200
committerMichał Górny <mgorny@gentoo.org>2026-04-18 12:17:05 +0200
commit379f59c4d61b89d927e2133f4231ca46f083118c (patch)
tree73f741d47801bd334005b6db91cc5ff8fbc2bacb /dev-python/jsonpickle
parent8bbe111929fc8c15f57a5866452fb67125542433 (diff)
dev-python/jsonpickle: Remove py3.11 (per scipy)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jsonpickle')
-rw-r--r--dev-python/jsonpickle/jsonpickle-4.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonpickle/jsonpickle-4.1.1.ebuild b/dev-python/jsonpickle/jsonpickle-4.1.1.ebuild
index 2233268ca1e5..c38a0380666b 100644
--- a/dev-python/jsonpickle/jsonpickle-4.1.1.ebuild
+++ b/dev-python/jsonpickle/jsonpickle-4.1.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_FULLY_TESTED=( python3_{11..13} )
+PYTHON_FULLY_TESTED=( python3_{12..13} )
PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_14 )
inherit distutils-r1 optfeature