commit: 6564da22c73d57c8b9d933f6c0a332bc7e8981e8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 14:38:16 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 14:51:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6564da22
dev-python/tifffile: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/tifffile/tifffile-2022.10.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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