summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-10 10:48:44 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-10 11:32:40 +0200
commitb8a885a19b3105302fa47c9caad1b6083ee1d15e (patch)
treed26229439407efdb090538ace0d4505fc012000d /dev-python/shapely
parentdev-libs/tlsh: ensure symbol visibility on BE (diff)
downloadgentoo-b8a885a19b3105302fa47c9caad1b6083ee1d15e.tar.gz
gentoo-b8a885a19b3105302fa47c9caad1b6083ee1d15e.tar.bz2
gentoo-b8a885a19b3105302fa47c9caad1b6083ee1d15e.zip
dev-python/shapely: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/shapely')
-rw-r--r--dev-python/shapely/shapely-2.0.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/shapely/shapely-2.0.4-r1.ebuild b/dev-python/shapely/shapely-2.0.4-r1.ebuild
index 7807d991a0e5..3d46daa59ab1 100644
--- a/dev-python/shapely/shapely-2.0.4-r1.ebuild
+++ b/dev-python/shapely/shapely-2.0.4-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