commit:     82751d309a2fab7344a99148e91afaba927fd4f5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 17 18:26:51 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 17 18:41:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82751d30

dev-python/autopage: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/autopage/autopage-0.5.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/autopage/autopage-0.5.2.ebuild 
b/dev-python/autopage/autopage-0.5.2.ebuild
index cee2422a6e75..ccf6e81b063a 100644
--- a/dev-python/autopage/autopage-0.5.2.ebuild
+++ b/dev-python/autopage/autopage-0.5.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1
 
@@ -27,6 +27,7 @@ RESTRICT="!test? ( test )"
 BDEPEND="
        test? (
                dev-python/fixtures[${PYTHON_USEDEP}]
+               dev-python/testtools[${PYTHON_USEDEP}]
        )
 "
 

Reply via email to