commit:     23632201966b7e942c5989c751c0b60b859652e8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 18:35:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May 23 18:35:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23632201

dev-python/pytest-timeout: enable py3.12

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

 dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild 
b/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild
index fe6b7947381e..f9a81097bf6e 100644
--- a/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild
+++ b/dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 
@@ -24,7 +24,7 @@ BDEPEND="
                !hppa? (
                        $(python_gen_cond_dep '
                                dev-python/pytest-cov[${PYTHON_USEDEP}]
-                       ' python3_{8..10} pypy3)
+                       ' python3_{10..11} pypy3)
                )
        )"
 

Reply via email to