commit: c9ffc1654adbbe8e7fb88c7d98c8e205bdaadb73
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 15:21:50 2024 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 15:37:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ffc165
app-admin/xkcdpass: enable py3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
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"