commit: b3c02160007e432c931edc902d7a0efd87c46b37 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sat Mar 1 22:10:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 5 11:38:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c02160
app-misc/liquidctl: enable py3.13 Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40839 Signed-off-by: Sam James <sam <AT> gentoo.org> app-misc/liquidctl/liquidctl-1.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/liquidctl/liquidctl-1.14.0.ebuild b/app-misc/liquidctl/liquidctl-1.14.0.ebuild index 8b9820d47793..cdc02a4377c2 100644 --- a/app-misc/liquidctl/liquidctl-1.14.0.ebuild +++ b/app-misc/liquidctl/liquidctl-1.14.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 udev xdg-utils
