diff options
author | 2024-11-12 19:14:11 -0500 | |
---|---|---|
committer | 2024-11-12 19:14:41 -0500 | |
commit | 5f85f83f033c7bd8e77a0b3657895d6669b98f14 (patch) | |
tree | b5102a9efa46d4ee746dd187fc4958b34d3cb3b6 /dev-libs | |
parent | dev-scheme/guile: drop 3.0.9 (diff) | |
download | gentoo-5f85f83f033c7bd8e77a0b3657895d6669b98f14.tar.gz gentoo-5f85f83f033c7bd8e77a0b3657895d6669b98f14.tar.bz2 gentoo-5f85f83f033c7bd8e77a0b3657895d6669b98f14.zip |
dev-libs/libpeas: Add py3.13 compatibility
and not just for the newest SLOT!
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpeas/libpeas-1.36.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpeas/libpeas-1.36.0.ebuild b/dev-libs/libpeas/libpeas-1.36.0.ebuild index 124bd3368612..fd8258aa662f 100644 --- a/dev-libs/libpeas/libpeas-1.36.0.ebuild +++ b/dev-libs/libpeas/libpeas-1.36.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org lua-single meson python-single-r1 vala virtualx xdg |