commit: 6c29c3a592dff32335f0bc75a217b83939a980d7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 18:32:16 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 12 18:35:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c29c3a5
dev-python/time-machine: enable py3.14
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/time-machine/time-machine-2.16.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/time-machine/time-machine-2.16.0.ebuild
b/dev-python/time-machine/time-machine-2.16.0.ebuild
index 0f369fb64ac7..0340b914d817 100644
--- a/dev-python/time-machine/time-machine-2.16.0.ebuild
+++ b/dev-python/time-machine/time-machine-2.16.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1