diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-26 18:28:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-26 21:15:49 +0100 |
commit | 488ed437bc507627ef836609d1b59e83688756de (patch) | |
tree | 646005f54cbbf576253f7e681856e98ad1b5d00d /dev-python | |
parent | dev-util/uncrustify-0.78.1: version bump (diff) | |
download | gentoo-488ed437bc507627ef836609d1b59e83688756de.tar.gz gentoo-488ed437bc507627ef836609d1b59e83688756de.tar.bz2 gentoo-488ed437bc507627ef836609d1b59e83688756de.zip |
dev-python/tifffile: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/tifffile/tifffile-2023.12.9.ebuild | 4 |
1 files 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 |