commit: 14776083188bd8e349bfde55c207fc23af3b4f24
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 17:51:04 2025 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 18:18:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14776083
app-portage/tatt: enable py3.13
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-portage/tatt/tatt-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/tatt/tatt-9999.ebuild
b/app-portage/tatt/tatt-9999.ebuild
index 805c349c5dd0..233aed42fd7c 100644
--- a/app-portage/tatt/tatt-9999.ebuild
+++ b/app-portage/tatt/tatt-9999.ebuild
@@ -1,9 +1,9 @@
-# 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_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3