diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-14 20:00:33 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-14 20:44:44 -0400 |
commit | da99ba8e0e100709250e14d6fc5ce09d5eeffe32 (patch) | |
tree | 3008740688bf2db5571f7712c9f8ceef1b0cd6a1 /app-admin | |
parent | dev-python/plum: enable py3.12, py3.13 (diff) | |
download | guru-da99ba8e0e100709250e14d6fc5ce09d5eeffe32.tar.gz guru-da99ba8e0e100709250e14d6fc5ce09d5eeffe32.tar.bz2 guru-da99ba8e0e100709250e14d6fc5ce09d5eeffe32.zip |
app-admin/krapplet: enable py3.12
Closes: https://bugs.gentoo.org/931350
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/krapplet/krapplet-0.3.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/krapplet/krapplet-0.3.1-r1.ebuild b/app-admin/krapplet/krapplet-0.3.1-r1.ebuild index e6ff50251..f366fbe50 100644 --- a/app-admin/krapplet/krapplet-0.3.1-r1.ebuild +++ b/app-admin/krapplet/krapplet-0.3.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi xdg |