From c9ffc1654adbbe8e7fb88c7d98c8e205bdaadb73 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Fri, 29 Mar 2024 10:21:50 -0500 Subject: app-admin/xkcdpass: enable py3.12 Signed-off-by: Ben Kohler --- app-admin/xkcdpass/xkcdpass-1.19.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild b/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild index d76304959988..206d383064ae 100644 --- a/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.19.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi DESCRIPTION="Password generator inspired by XKCD 936" -- cgit v1.2.3-65-gdbad