diff options
author | Sam James <sam@gentoo.org> | 2023-02-18 08:06:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-18 10:20:44 +0000 |
commit | e2615109c2281f59b614c32cff472e140f7c953d (patch) | |
tree | a7d2dd4f125026d83808ff7184e73ebbd9c30751 /dev-python | |
parent | dev-python/nbval: enable py3.11 (diff) | |
download | gentoo-e2615109c2281f59b614c32cff472e140f7c953d.tar.gz gentoo-e2615109c2281f59b614c32cff472e140f7c953d.tar.bz2 gentoo-e2615109c2281f59b614c32cff472e140f7c953d.zip |
dev-python/trimesh: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/trimesh/trimesh-3.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |