diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-11 12:24:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-11 13:03:03 +0200 |
commit | 751b8a61a3213e41b174dc37d61c31d6f3e7425b (patch) | |
tree | 584aceff9c2b289331789b61cc502db2753b89da /dev-python/pytest-mock | |
parent | dev-python/pytest-asyncio: Enable py3.13 (diff) | |
download | gentoo-751b8a61a3213e41b174dc37d61c31d6f3e7425b.tar.gz gentoo-751b8a61a3213e41b174dc37d61c31d6f3e7425b.tar.bz2 gentoo-751b8a61a3213e41b174dc37d61c31d6f3e7425b.zip |
dev-python/pytest-mock: Enable testing on py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-mock')
-rw-r--r-- | dev-python/pytest-mock/pytest-mock-3.14.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-3.14.0.ebuild b/dev-python/pytest-mock/pytest-mock-3.14.0.ebuild index a7f363bd3b14..46acb14ae351 100644 --- a/dev-python/pytest-mock/pytest-mock-3.14.0.ebuild +++ b/dev-python/pytest-mock/pytest-mock-3.14.0.ebuild @@ -5,8 +5,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_TESTED=( python3_{10..12} pypy3 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13 ) +PYTHON_TESTED=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) inherit distutils-r1 pypi |