commit: f236e1201236ab6ecaba02a66e17316bf9d42a1e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 21:14:36 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Oct 29 21:14:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f236e120
dev-cpp/coeurl: enable py3.13 and disable py3.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
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 4bb84e477..5c93cc138 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++"