commit: b99327f675c46595ccb369447328f80fe83c0225 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 08:11:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 08:11:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99327f6
dev-cpp/cairomm: enable py3.12 Closes: https://bugs.gentoo.org/929380 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-cpp/cairomm/cairomm-1.14.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/cairomm/cairomm-1.14.4.ebuild b/dev-cpp/cairomm/cairomm-1.14.4.ebuild index c1b5939d9a91..fcca8361042a 100644 --- a/dev-cpp/cairomm/cairomm-1.14.4.ebuild +++ b/dev-cpp/cairomm/cairomm-1.14.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson-multilib python-any-r1 DESCRIPTION="C++ bindings for the Cairo vector graphics library"
