diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-03-29 10:21:50 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-03-29 10:37:58 -0500 |
commit | c9ffc1654adbbe8e7fb88c7d98c8e205bdaadb73 (patch) | |
tree | 0156f69b78648faae5502b996d24f17f3a457b2a /app-admin/xkcdpass/xkcdpass-1.19.8.ebuild | |
parent | app-admin/ps_mem: enable py3.12 (diff) | |
download | gentoo-c9ffc1654adbbe8e7fb88c7d98c8e205bdaadb73.tar.gz gentoo-c9ffc1654adbbe8e7fb88c7d98c8e205bdaadb73.tar.bz2 gentoo-c9ffc1654adbbe8e7fb88c7d98c8e205bdaadb73.zip |
app-admin/xkcdpass: enable py3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-admin/xkcdpass/xkcdpass-1.19.8.ebuild')
-rw-r--r-- | app-admin/xkcdpass/xkcdpass-1.19.8.ebuild | 4 |
1 files 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" |