commit: bba7329fddbc22cdc7089b0944b5e3e5c46df047 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 07:00:14 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 07:00:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba7329f
net-libs/gtk-vnc: enable py3.12 Closes: https://bugs.gentoo.org/929702 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild index 041330b2029c..a82d3c02f904 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org vala meson python-any-r1 xdg
