diff options
author | Sam James <sam@gentoo.org> | 2023-08-18 11:51:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-18 11:51:41 +0100 |
commit | 02345e335d511c93f991e50a7dfa3e6521cd8f64 (patch) | |
tree | d27dd15eae867dfb273f4c871658914c8763fc89 /gui-libs | |
parent | dev-libs/glib: disable py3.12 (diff) | |
download | gentoo-02345e335d511c93f991e50a7dfa3e6521cd8f64.tar.gz gentoo-02345e335d511c93f991e50a7dfa3e6521cd8f64.tar.bz2 gentoo-02345e335d511c93f991e50a7dfa3e6521cd8f64.zip |
gui-libs/vte-common: disable py3.12
See the discussion in bug #911418.
Bug: https://bugs.gentoo.org/911418
Bug: https://bugs.gentoo.org/912397
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/vte-common/vte-common-0.72.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/vte-common/vte-common-0.72.2.ebuild b/gui-libs/vte-common/vte-common-0.72.2.ebuild index 2cddc08dce36..d3336f32f1e8 100644 --- a/gui-libs/vte-common/vte-common-0.72.2.ebuild +++ b/gui-libs/vte-common/vte-common-0.72.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome.org meson python-any-r1 |