commit: 1e535d092fa9c3f30ff99e51dfb0563f16c24793 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Thu Jun 26 11:33:26 2025 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Thu Jun 26 11:33:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e535d09
www-apps/novnc: enable py3.13 Closes: https://bugs.gentoo.org/952757 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> www-apps/novnc/novnc-1.4.0.ebuild | 4 ++-- www-apps/novnc/novnc-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/novnc/novnc-1.4.0.ebuild b/www-apps/novnc/novnc-1.4.0.ebuild index fd797dce6898..c9856e9a01bb 100644 --- a/www-apps/novnc/novnc-1.4.0.ebuild +++ b/www-apps/novnc/novnc-1.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies" diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index eae12701221a..2c525881d3b2 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"
