commit: 488ed437bc507627ef836609d1b59e83688756de
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 17:28:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 20:15:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488ed437
dev-python/tifffile: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tifffile/tifffile-2023.12.9.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/tifffile/tifffile-2023.12.9.ebuild
b/dev-python/tifffile/tifffile-2023.12.9.ebuild
index d585386c5ea5..7fa920736d10 100644
--- a/dev-python/tifffile/tifffile-2023.12.9.ebuild
+++ b/dev-python/tifffile/tifffile-2023.12.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1