diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-10 11:10:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-10 11:32:44 +0200 |
commit | 01494f8df40913edbcea7bc513864ca66a937a0a (patch) | |
tree | e9dc1534e1d123bb3ff6e4da36ef617c70f16836 /dev-python/trimesh | |
parent | Rename dev-python/{mapbox_earcut → mapbox-earcut} (diff) | |
download | gentoo-01494f8df40913edbcea7bc513864ca66a937a0a.tar.gz gentoo-01494f8df40913edbcea7bc513864ca66a937a0a.tar.bz2 gentoo-01494f8df40913edbcea7bc513864ca66a937a0a.zip |
dev-python/trimesh: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/trimesh')
-rw-r--r-- | dev-python/trimesh/trimesh-4.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trimesh/trimesh-4.4.2.ebuild b/dev-python/trimesh/trimesh-4.4.2.ebuild index 696cdafc807e..37fd5b19ad93 100644 --- a/dev-python/trimesh/trimesh-4.4.2.ebuild +++ b/dev-python/trimesh/trimesh-4.4.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 optfeature |