commit: 1dd39f78de3e1846837bf37ec3ce6235ca9d4b47 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 2 04:56:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 2 05:45:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd39f78
net-fs/btfs: enable py3.13 Closes: https://bugs.gentoo.org/952581 Signed-off-by: Sam James <sam <AT> gentoo.org> net-fs/btfs/btfs-2.24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/btfs/btfs-2.24.ebuild b/net-fs/btfs/btfs-2.24.ebuild index 0a84c213ddc8..518d1adf8f18 100644 --- a/net-fs/btfs/btfs-2.24.ebuild +++ b/net-fs/btfs/btfs-2.24.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools python-r1 DESCRIPTION="a bittorrent filesystem based on FUSE"
