From f236e1201236ab6ecaba02a66e17316bf9d42a1e Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 30 Oct 2024 02:14:36 +0500 Subject: [PATCH] dev-cpp/coeurl: enable py3.13 and disable py3.10 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-cpp/coeurl/coeurl-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/coeurl/coeurl-0.3.1.ebuild b/dev-cpp/coeurl/coeurl-0.3.1.ebuild index 4bb84e477a..5c93cc1389 100644 --- a/dev-cpp/coeurl/coeurl-0.3.1.ebuild +++ b/dev-cpp/coeurl/coeurl-0.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit edo meson python-any-r1 DESCRIPTION="A simple async wrapper around CURL for C++"