diff options
| author | Pacho Ramos <pacho@gentoo.org> | 2025-04-14 03:17:57 +0200 |
|---|---|---|
| committer | Pacho Ramos <pacho@gentoo.org> | 2025-04-14 03:44:52 +0200 |
| commit | 9fc9278c8d6ca3e51395125d37a54cfc413a989a (patch) | |
| tree | 55822e38ebae6c68b0ce8447578b3aac14a20166 /dev-util/devhelp/devhelp-43.0.ebuild | |
| parent | d5884fbfe6550d5bfa7314c3dc77569d51952fed (diff) | |
| download | gentoo-9fc9278c8d6ca3e51395125d37a54cfc413a989a.tar.gz gentoo-9fc9278c8d6ca3e51395125d37a54cfc413a989a.tar.bz2 gentoo-9fc9278c8d6ca3e51395125d37a54cfc413a989a.zip | |
dev-util/devhelp: enable py3.13
Closes: https://bugs.gentoo.org/952444
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-util/devhelp/devhelp-43.0.ebuild')
| -rw-r--r-- | dev-util/devhelp/devhelp-43.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/devhelp/devhelp-43.0.ebuild b/dev-util/devhelp/devhelp-43.0.ebuild index 4623869ab55c..4804f3e0d6e4 100644 --- a/dev-util/devhelp/devhelp-43.0.ebuild +++ b/dev-util/devhelp/devhelp-43.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg |
