diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:21:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:59 -0400 |
commit | 1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0 (patch) | |
tree | 2c983ccf5d05fd9f17b6b93bf1727cd77926297e /dev-util/gtk-doc | |
parent | dev-util/gtk-builder-convert: Add Python 3.11 compatibility (diff) | |
download | gentoo-1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0.tar.gz gentoo-1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0.tar.bz2 gentoo-1279deb9c9f36cd86d8a91487dc4e49f07ee8ff0.zip |
dev-util/gtk-doc: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/gtk-doc')
-rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.33.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild index a8d355659e85..e307da125aeb 100644 --- a/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.33.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit elisp-common gnome.org meson python-single-r1 readme.gentoo-r1 |