diff options
author | 2024-06-28 15:27:12 +0200 | |
---|---|---|
committer | 2024-06-28 15:36:13 +0200 | |
commit | 21a2f83fc3839fcd845ef17c1c1649ee93325396 (patch) | |
tree | 71953457de3277983c7fa6b33c69236e410823c8 /dev-python | |
parent | dev-python/sshpubkeys: enable py3.13 (diff) | |
download | gentoo-21a2f83fc3839fcd845ef17c1c1649ee93325396.tar.gz gentoo-21a2f83fc3839fcd845ef17c1c1649ee93325396.tar.bz2 gentoo-21a2f83fc3839fcd845ef17c1c1649ee93325396.zip |
dev-python/mapbox_earcut: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild b/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild index 21a9a14ecf70..abcd6023943f 100644 --- a/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild +++ b/dev-python/mapbox_earcut/mapbox_earcut-1.0.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |