dev-python/mypy: Enable py3.14

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-10-15 12:08:26 +02:00
parent b8fe96dcca
commit 3425d327c6
No known key found for this signature in database
GPG Key ID: 639ADAE2329E240E

View File

@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
@ -96,9 +96,9 @@ python_test() {
mypy/test/meta/test_update_data.py
)
case ${EPYTHON} in
python3.13)
python3.14)
;&
python3.12)
python3.1[23])
EPYTEST_DESELECT+=(
# more assertions, sigh
mypyc/test/test_run.py::TestRun::run-async.test::testRunAsyncMiscTypesInEnvironment