summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-08 19:09:37 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-08 21:10:02 +0200
commitb2500450f811c0a2b41179d0cc2e69961b92577c (patch)
tree02af6aff90976bb39d72649c2a628d0c56f20090 /dev-python
parentf8bbaa42d6ad5e985506be235204b4131c777fc3 (diff)
downloadgentoo-b2500450f811c0a2b41179d0cc2e69961b92577c.tar.gz
gentoo-b2500450f811c0a2b41179d0cc2e69961b92577c.tar.bz2
gentoo-b2500450f811c0a2b41179d0cc2e69961b92577c.zip
dev-python/pytest-mock: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-mock/pytest-mock-3.14.0.ebuild2
1 files changed, 1 insertions, 1 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 ed2fa29afb98..327c61e5e7e4 100644
--- a/dev-python/pytest-mock/pytest-mock-3.14.0.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-3.14.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_13t python3_14 python3_14t )
inherit distutils-r1 pypi