From 8638417cb3516e2f6ea43fc3bf68dd50bdeb9dc8 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 3 May 2025 04:39:25 +0100 Subject: [PATCH] net-libs/serf: disable py3.10 Signed-off-by: Sam James --- net-libs/serf/serf-1.3.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/serf/serf-1.3.10.ebuild b/net-libs/serf/serf-1.3.10.ebuild index 9e3572fa9c170..01f43e0d58702 100644 --- a/net-libs/serf/serf-1.3.10.ebuild +++ b/net-libs/serf/serf-1.3.10.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit flag-o-matic python-any-r1 scons-utils toolchain-funcs DESCRIPTION="HTTP client library"