commit: 8172e4bef9896c33a0bf8a6d54468aac220b755f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 21:11:16 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 21:11:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8172e4be
app-admin/gentoo_update: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
app-admin/gentoo_update/gentoo_update-0.2.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
index 23ac9ce34..b6789f61e 100644
--- a/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
+++ b/app-admin/gentoo_update/gentoo_update-0.2.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 optfeature