diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:04:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:57 -0400 |
commit | 80fab603fa14bda3d35b8e1cdc8d439e907b7856 (patch) | |
tree | 43a8fa2f427edcb57917dea63e5c5cedcc6254d0 /app-editors/gedit-plugins | |
parent | app-crypt/libsecret: Add Python 3.11 compatibility (diff) | |
download | gentoo-80fab603fa14bda3d35b8e1cdc8d439e907b7856.tar.gz gentoo-80fab603fa14bda3d35b8e1cdc8d439e907b7856.tar.bz2 gentoo-80fab603fa14bda3d35b8e1cdc8d439e907b7856.zip |
app-editors/gedit-plugins: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-editors/gedit-plugins')
-rw-r--r-- | app-editors/gedit-plugins/gedit-plugins-42.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild index 2c43fcc16023..32801b416540 100644 --- a/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-42.1.ebuild @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" -VALA_MIN_API_VERSION="0.28" inherit gnome.org gnome2-utils meson python-single-r1 vala xdg |