From b4ae5a0efe1330edde2df3f3ddbf8813715c0c83 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Mon, 14 Apr 2025 09:27:00 -0500 Subject: [PATCH] app-admin/xkcdpass: enable py3.13 Signed-off-by: Ben Kohler --- app-admin/xkcdpass/xkcdpass-1.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/xkcdpass/xkcdpass-1.20.0.ebuild b/app-admin/xkcdpass/xkcdpass-1.20.0.ebuild index 4f3013d9b1692..6a820cfc9bd91 100644 --- a/app-admin/xkcdpass/xkcdpass-1.20.0.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.20.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit distutils-r1 pypi DESCRIPTION="Password generator inspired by XKCD 936"