summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-08-14 07:50:50 +0200
committerMichał Górny <mgorny@gentoo.org>2024-08-14 08:05:27 +0200
commit91fb057df3c34d3855df3170b3d9e10f9e6431b7 (patch)
tree769de6a64ed2b781bf7d1a865c48a4a7ddbd2d28
parentdev-python/keyrings-alt: Enable py3.13 (diff)
downloadgentoo-91fb057df3c34d3855df3170b3d9e10f9e6431b7.tar.gz
gentoo-91fb057df3c34d3855df3170b3d9e10f9e6431b7.tar.bz2
gentoo-91fb057df3c34d3855df3170b3d9e10f9e6431b7.zip
dev-python/imageio: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/imageio/imageio-2.35.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imageio/imageio-2.35.0.ebuild b/dev-python/imageio/imageio-2.35.0.ebuild
index 60659ad9b971..9f86e40a6cdb 100644
--- a/dev-python/imageio/imageio-2.35.0.ebuild
+++ b/dev-python/imageio/imageio-2.35.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1