diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-23 21:35:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-23 21:35:54 +0300 |
commit | 23632201966b7e942c5989c751c0b60b859652e8 (patch) | |
tree | c3b9f09f425b73f2a9fb2a214892b9fd6131376f /dev-python/pytest-timeout | |
parent | dev-python/pexpect: add 4.8.0_p20230402, enable py3.12 (diff) | |
download | gentoo-23632201966b7e942c5989c751c0b60b859652e8.tar.gz gentoo-23632201966b7e942c5989c751c0b60b859652e8.tar.bz2 gentoo-23632201966b7e942c5989c751c0b60b859652e8.zip |
dev-python/pytest-timeout: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-timeout')
-rw-r--r-- | dev-python/pytest-timeout/pytest-timeout-2.1.0.ebuild | 4 |
1 files 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) ) )" |