diff options
author | 2025-02-05 16:02:43 +0000 | |
---|---|---|
committer | 2025-02-05 22:16:53 +0000 | |
commit | 015d63ea184159635f9318c931dface367a17de0 (patch) | |
tree | 3ecb5354d131ababe02c836d2ace653431bd1ac4 /sys-fs | |
parent | net-ftp/lftp: Stabilize 4.9.3 ppc64, #949352 (diff) | |
download | gentoo-015d63ea184159635f9318c931dface367a17de0.tar.gz gentoo-015d63ea184159635f9318c931dface367a17de0.tar.bz2 gentoo-015d63ea184159635f9318c931dface367a17de0.zip |
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@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40455
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/zfs-2.3.0.ebuild | 2 | ||||
-rw-r--r-- | 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 |