commit: 6d04367d1064a5555b8a84b4458f1e62a7a4d8f2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 19:22:45 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 19:53:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d04367d
dev-python/apprise: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/apprise/apprise-1.9.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/apprise/apprise-1.9.3.ebuild
b/dev-python/apprise/apprise-1.9.3.ebuild
index 6e0d134d3b5e..a08e8a8e78fa 100644
--- a/dev-python/apprise/apprise-1.9.3.ebuild
+++ b/dev-python/apprise/apprise-1.9.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi