diff options
| author | Matt Turner <mattst88@gentoo.org> | 2022-10-02 00:20:51 -0400 |
|---|---|---|
| committer | Matt Turner <mattst88@gentoo.org> | 2022-10-02 00:31:35 -0400 |
| commit | 2c335e7a90f82e693ca8da3391169a5d15a6115a (patch) | |
| tree | c9ac8d9f70c464e9d632f08ee57b66cfec45f44a /dev-python/gst-python | |
| parent | 7d41245f77a9e86871aaed6f027fc005bebc0a53 (diff) | |
| download | gentoo-2c335e7a90f82e693ca8da3391169a5d15a6115a.tar.gz gentoo-2c335e7a90f82e693ca8da3391169a5d15a6115a.tar.bz2 gentoo-2c335e7a90f82e693ca8da3391169a5d15a6115a.zip | |
dev-python/gst-python: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/gst-python')
| -rw-r--r-- | dev-python/gst-python/gst-python-1.20.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gst-python/gst-python-1.20.3.ebuild b/dev-python/gst-python/gst-python-1.20.3.ebuild index 768ffde39835..df597b5ae5ad 100644 --- a/dev-python/gst-python/gst-python-1.20.3.ebuild +++ b/dev-python/gst-python/gst-python-1.20.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit meson python-r1 xdg-utils |
