diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 18:06:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 19:00:57 +0200 |
commit | 753e62b9878b5f81a41d3d7ff74fe26aa28424dd (patch) | |
tree | eaf044f9e1f3787febef253cc24983e34115127e /dev-python | |
parent | dev-python/pytest-forked: Fix tests (diff) | |
download | gentoo-753e62b9878b5f81a41d3d7ff74fe26aa28424dd.tar.gz gentoo-753e62b9878b5f81a41d3d7ff74fe26aa28424dd.tar.bz2 gentoo-753e62b9878b5f81a41d3d7ff74fe26aa28424dd.zip |
dev-python/pytest-forked: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-forked/pytest-forked-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild b/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild index 120cd2002040..7b72f71716b8 100644 --- a/dev-python/pytest-forked/pytest-forked-1.6.0.ebuild +++ b/dev-python/pytest-forked/pytest-forked-1.6.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 |