mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-python/mypy: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
b8fe96dcca
commit
3425d327c6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user