commit:     6372421135be30667c54affd7296dea122409353
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 02:38:28 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 02:38:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63724211

dev-util/prysk: enable py3.13, py3.14

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/prysk/prysk-0.20.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/prysk/prysk-0.20.0.ebuild 
b/dev-util/prysk/prysk-0.20.0.ebuild
index 924561ec21b4..83b7d1dd6f47 100644
--- a/dev-util/prysk/prysk-0.20.0.ebuild
+++ b/dev-util/prysk/prysk-0.20.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..14} )
 DISTUTILS_USE_PEP517=poetry
 DISTUTILS_SINGLE_IMPL=1
 
@@ -18,14 +18,14 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86"
 
-distutils_enable_tests pytest
-
 RDEPEND="
        $(python_gen_cond_dep '>=dev-python/rich-13.3.1[${PYTHON_USEDEP}]')
 "
 
 DOCS=( README.rst docs examples )
 
+distutils_enable_tests pytest
+
 python_test() {
        distutils-r1_python_test
 

Reply via email to