commit:     154908c9aee99343c974fcd557e8f8d95c0e077e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 01:24:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 01:57:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154908c9

dev-python/ffmpeg-python: enable python 3.11

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild 
b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
index 2c02baacb4ac..ea75545ff7d5 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

Reply via email to