commit: 015d63ea184159635f9318c931dface367a17de0 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Wed Feb 5 16:02:43 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 5 22:16:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015d63ea
sys-fs/zfs: enable py3.13 This was tested using ZFS's test suite which can be flakely as running the same test twice will give different results, however no new Python issues were uncovered between 3.12 and 3.13. Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/40455 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/zfs/zfs-2.3.0.ebuild | 2 +- sys-fs/zfs/zfs-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/zfs/zfs-2.3.0.ebuild b/sys-fs/zfs/zfs-2.3.0.ebuild index 48dcd8358c6d..1f1fcfb8f873 100644 --- a/sys-fs/zfs/zfs-2.3.0.ebuild +++ b/sys-fs/zfs/zfs-2.3.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index 53bc008f5132..1f1fcfb8f873 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools bash-completion-r1 dist-kernel-utils distutils-r1 flag-o-matic linux-info pam systemd udev usr-ldscript
