summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-20 19:09:57 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-20 19:14:24 +0200
commitc1bcd10591aa8815ecdfea8ffddb2239168abb23 (patch)
treeaca7e076eaf60ae43423f64a5de5866e2cf2fa1b /dev-python/ffmpeg-python
parentdev-python/environs: Enable py3.13 (diff)
downloadgentoo-c1bcd10591aa8815ecdfea8ffddb2239168abb23.tar.gz
gentoo-c1bcd10591aa8815ecdfea8ffddb2239168abb23.tar.bz2
gentoo-c1bcd10591aa8815ecdfea8ffddb2239168abb23.zip
dev-python/ffmpeg-python: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ffmpeg-python')
-rw-r--r--dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
index c7249195f193..cbc299a460f9 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
[[ "${PV}" == *_p20220711 ]] && COMMIT=df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1