summaryrefslogtreecommitdiff
path: root/dev-python/msgpack
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2026-07-04 07:08:05 +0200
committerMichał Górny <mgorny@gentoo.org>2026-07-04 08:00:10 +0200
commitbba715e9e0d48099b5630a57faaed22111d2c494 (patch)
tree8b69227dab7d4c9dfe4dbdafeb6a4ac00adb5f3d /dev-python/msgpack
parent56aee49235d35de2843deccde6962f051e4a6cd9 (diff)
dev-python/msgpack: Enable py3.15 in 1.1.x
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/msgpack')
-rw-r--r--dev-python/msgpack/msgpack-1.1.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-1.1.2.ebuild b/dev-python/msgpack/msgpack-1.1.2.ebuild
index 471dc419f135..d86e2384ffcb 100644
--- a/dev-python/msgpack/msgpack-1.1.2.ebuild
+++ b/dev-python/msgpack/msgpack-1.1.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/msgpack/msgpack-python
-PYTHON_COMPAT=( python3_{11..14} python3_{13..14}t pypy3_11 )
+PYTHON_COMPAT=( python3_{12..15} python3_{14..15}t )
inherit distutils-r1 pypi