summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-14 11:21:26 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-14 13:58:49 +0200
commita20a9adbc36d1aa4187421ed5770dcd486bf8b28 (patch)
tree5eb34a1b58588f199c178a26680e33cb771b09d6 /dev-python
parent180a91cf6c1f798c5bac2658dadab73b2bb3102c (diff)
downloadgentoo-a20a9adbc36d1aa4187421ed5770dcd486bf8b28.tar.gz
gentoo-a20a9adbc36d1aa4187421ed5770dcd486bf8b28.tar.bz2
gentoo-a20a9adbc36d1aa4187421ed5770dcd486bf8b28.zip
dev-python/dirty-equals: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dirty-equals/dirty-equals-0.9.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/dirty-equals/dirty-equals-0.9.0.ebuild b/dev-python/dirty-equals/dirty-equals-0.9.0.ebuild
index 9e3b0e1b0447..6289661475af 100644
--- a/dev-python/dirty-equals/dirty-equals-0.9.0.ebuild
+++ b/dev-python/dirty-equals/dirty-equals-0.9.0.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3_11 pypy3 )
+PYTHON_FULLY_TESTED=( python3_{10..13} pypy3_11 pypy3 )
+PYTHON_COMPAT=( "${PYTHON_FULLY_TESTED[@]}" python3_14 )
inherit distutils-r1
@@ -28,7 +29,7 @@ BDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/pydantic-2.4.2[${PYTHON_USEDEP}]
- ' 'python*' pypy3)
+ ' "${PYTHON_FULLY_TESTED[@]}")
dev-python/pytest-mock[${PYTHON_USEDEP}]
>=dev-python/pytz-2021.3[${PYTHON_USEDEP}]
)