diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-02-19 01:31:41 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-04-01 22:53:29 +0300 |
commit | d46713347007320444daa9e5af3d4d43e2852dea (patch) | |
tree | 3488d71ce2854685a629c123d1a43e1363442a3c /dev-python/gst-python | |
parent | media-libs/gstreamer: add 1.22.10, drop 1.22.3 (security) (diff) | |
download | gentoo-d46713347007320444daa9e5af3d4d43e2852dea.tar.gz gentoo-d46713347007320444daa9e5af3d4d43e2852dea.tar.bz2 gentoo-d46713347007320444daa9e5af3d4d43e2852dea.zip |
dev-python/gst-python: enable py3.12
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/34997
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python/gst-python')
-rw-r--r-- | dev-python/gst-python/gst-python-1.22.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/gst-python/gst-python-1.22.10.ebuild b/dev-python/gst-python/gst-python-1.22.10.ebuild index c9cf1c309666..20172d527ff3 100644 --- a/dev-python/gst-python/gst-python-1.22.10.ebuild +++ b/dev-python/gst-python/gst-python-1.22.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-r1 xdg-utils |