dev-python/gst-python: Add Python 3.11 compatibility

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2022-10-02 00:20:51 -04:00
parent 7d41245f77
commit 2c335e7a90

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit meson python-r1 xdg-utils