commit: fbd253c094ca3f7ff45246e67b7ab5b2eeed8367
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 1 06:49:36 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Jul 1 06:50:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd253c0
app-backup/borgmatic: enable py3.14
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-backup/borgmatic/borgmatic-2.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-backup/borgmatic/borgmatic-2.0.7.ebuild
b/app-backup/borgmatic/borgmatic-2.0.7.ebuild
index 64498a27cc9f..eb668345c1bd 100644
--- a/app-backup/borgmatic/borgmatic-2.0.7.ebuild
+++ b/app-backup/borgmatic/borgmatic-2.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools