summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-09-08 16:14:14 +0200
committerMichał Górny <mgorny@gentoo.org>2024-09-08 16:16:55 +0200
commit958ff25c0d4a3d92a4d8c7d85b3de9b0e1b19474 (patch)
tree4e4104def27aa8c93c168b6ee90016faf641c859 /app-misc
parentapp-misc/khard: Use unittest to run tests (diff)
downloadgentoo-958ff25c0d4a3d92a4d8c7d85b3de9b0e1b19474.tar.gz
gentoo-958ff25c0d4a3d92a4d8c7d85b3de9b0e1b19474.tar.bz2
gentoo-958ff25c0d4a3d92a4d8c7d85b3de9b0e1b19474.zip
app-misc/khard: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/khard/khard-0.18.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/khard/khard-0.18.0.ebuild b/app-misc/khard/khard-0.18.0.ebuild
index d2600e3a9200..44fcf538cdff 100644
--- a/app-misc/khard/khard-0.18.0.ebuild
+++ b/app-misc/khard/khard-0.18.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Console CardDAV client"