commit: 863f63b95ca6f59492977f760d006a40dbf8e0ad
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 27 12:07:26 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 27 13:27:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=863f63b9
dev-cpp/coeurl: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-cpp/coeurl/coeurl-0.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-cpp/coeurl/coeurl-0.3.1.ebuild
b/dev-cpp/coeurl/coeurl-0.3.1.ebuild
index 5c93cc1389..af0e0df239 100644
--- a/dev-cpp/coeurl/coeurl-0.3.1.ebuild
+++ b/dev-cpp/coeurl/coeurl-0.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2024 Gentoo Authors
+# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit edo meson python-any-r1
DESCRIPTION="A simple async wrapper around CURL for C++"