commit: 41ee97d61d4e008a32d7d314b5d9618350599792 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Mar 28 00:27:41 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 00:30:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ee97d6
app-misc/filebus: enable py3.13 Closes: http://bugs.gentoo.org/952216 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-misc/filebus/filebus-0.3.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/filebus/filebus-0.3.5.ebuild b/app-misc/filebus/filebus-0.3.5.ebuild index 71ab1c8994b0..250239720ac1 100644 --- a/app-misc/filebus/filebus-0.3.5.ebuild +++ b/app-misc/filebus/filebus-0.3.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10,11,12} ) +PYTHON_COMPAT=( python3_{10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi
