commit: e2615109c2281f59b614c32cff472e140f7c953d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 18 08:06:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 18 10:20:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2615109
dev-python/trimesh: enable py3.11
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/trimesh/trimesh-3.20.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/trimesh/trimesh-3.20.0.ebuild
b/dev-python/trimesh/trimesh-3.20.0.ebuild
index be6475bba950..842ffb868e16 100644
--- a/dev-python/trimesh/trimesh-3.20.0.ebuild
+++ b/dev-python/trimesh/trimesh-3.20.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 multiprocessing optfeature