commit: 39fafd9d31c6b798f89572d52565655537be6334
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 12:45:24 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 12:46:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39fafd9d
dev-python/tifffile: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tifffile/tifffile-2024.7.24.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/tifffile/tifffile-2024.7.24.ebuild
b/dev-python/tifffile/tifffile-2024.7.24.ebuild
index 190a5b9ccada..a9bd677f4e53 100644
--- a/dev-python/tifffile/tifffile-2024.7.24.ebuild
+++ b/dev-python/tifffile/tifffile-2024.7.24.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1