commit: 98e59eaacfe78069c752f0ba1d5d0d89f1b1b587
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 08:20:51 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 08:24:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e59eaa
dev-python/urwidtrees: enable py3.13
Tested by running tests of reverse dependency, and by manually
traversing the code and searching for potential incompatibility.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
index 7d46fa388d5a..9a0f420d48b6 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 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