commit: 642a4275316df22f2e4b67c777a93321d15e4f50
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 1 21:45:35 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 21:46:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642a4275
www-apps/xpra-html5: Add Python 3.14
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
www-apps/xpra-html5/xpra-html5-17.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/xpra-html5/xpra-html5-17.1.ebuild
b/www-apps/xpra-html5/xpra-html5-17.1.ebuild
index 5731073a8d3b..cbb96e3220df 100644
--- a/www-apps/xpra-html5/xpra-html5-17.1.ebuild
+++ b/www-apps/xpra-html5/xpra-html5-17.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit python-any-r1
DESCRIPTION="HTML5 client to connect to any xpra server"