diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 16:38:16 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-10-27 16:51:55 +0200 |
commit | 6564da22c73d57c8b9d933f6c0a332bc7e8981e8 (patch) | |
tree | 7ee3c2b23f7f87fa64ebe46c61ca1ac869eb4a29 /dev-python | |
parent | dev-util/rosdep: bump to 0.22.1 (diff) | |
download | gentoo-6564da22c73d57c8b9d933f6c0a332bc7e8981e8.tar.gz gentoo-6564da22c73d57c8b9d933f6c0a332bc7e8981e8.tar.bz2 gentoo-6564da22c73d57c8b9d933f6c0a332bc7e8981e8.zip |
dev-python/tifffile: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/tifffile/tifffile-2022.10.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tifffile/tifffile-2022.10.10.ebuild b/dev-python/tifffile/tifffile-2022.10.10.ebuild index dcc5e51d8520..d80014ff6fe7 100644 --- a/dev-python/tifffile/tifffile-2022.10.10.ebuild +++ b/dev-python/tifffile/tifffile-2022.10.10.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |