diff options
author | 2024-07-06 22:16:42 +0300 | |
---|---|---|
committer | 2024-07-06 22:16:42 +0300 | |
commit | 0ceaef925aa72a600201d8c085c4fa78856934a0 (patch) | |
tree | 880c09f563da5fa58736917c1c844b7820f55984 /dev-python/pytest-sugar | |
parent | dev-python/pymountboot: enable py3.13 (diff) | |
download | gentoo-0ceaef925aa72a600201d8c085c4fa78856934a0.tar.gz gentoo-0ceaef925aa72a600201d8c085c4fa78856934a0.tar.bz2 gentoo-0ceaef925aa72a600201d8c085c4fa78856934a0.zip |
dev-python/pytest-sugar: enable py3.13
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-sugar')
-rw-r--r-- | dev-python/pytest-sugar/pytest-sugar-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-sugar/pytest-sugar-1.0.0.ebuild b/dev-python/pytest-sugar/pytest-sugar-1.0.0.ebuild index d6f37b625e41..ca680be36a58 100644 --- a/dev-python/pytest-sugar/pytest-sugar-1.0.0.ebuild +++ b/dev-python/pytest-sugar/pytest-sugar-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi |