summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:01:36 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:10:50 +0200
commit865daf3f1e97a578e997dc8cbf15199119e06f3d (patch)
treee30619a7afa451834bb3c1b53ca8895a37b4baa8
parentdev-python/huawei-lte-api: Enable py3.13 (diff)
downloadgentoo-865daf3f1e97a578e997dc8cbf15199119e06f3d.tar.gz
gentoo-865daf3f1e97a578e997dc8cbf15199119e06f3d.tar.bz2
gentoo-865daf3f1e97a578e997dc8cbf15199119e06f3d.zip
dev-python/imageio-ffmpeg: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.9-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.9-r1.ebuild b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.9-r1.ebuild
index 71869a870c23..375a32f86b2f 100644
--- a/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.9-r1.ebuild
+++ b/dev-python/imageio-ffmpeg/imageio-ffmpeg-0.4.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1