commit: cec397ebab9481cdba04ba34e59610b8892594b9
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 14:56:37 2025 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 18:38:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec397eb
sys-fs/udiskie: enable py3.13
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sys-fs/udiskie/udiskie-2.5.7.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/udiskie/udiskie-2.5.7.ebuild
b/sys-fs/udiskie/udiskie-2.5.7.ebuild
index 64df129d091a..8c87ae7eec1a 100644
--- a/sys-fs/udiskie/udiskie-2.5.7.ebuild
+++ b/sys-fs/udiskie/udiskie-2.5.7.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi xdg-utils