commit: 7932bed363982eb70bd6db760968f3949c10cd5d
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Thu Sep 30 10:56:01 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Sep 30 10:56:01 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7932bed3
dev-python/trimesh: PYTHON_COMPAT bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/trimesh/trimesh-3.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/trimesh/trimesh-3.9.1.ebuild
b/dev-python/trimesh/trimesh-3.9.1.ebuild
index d1dc5a9ae..5376fadd6 100644
--- a/dev-python/trimesh/trimesh-3.9.1.ebuild
+++ b/dev-python/trimesh/trimesh-3.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1