commit: 3425d327c6c0edc29fec53ce96f3047e7e5794e8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 15 10:08:26 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 15 10:49:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3425d327
dev-python/mypy: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mypy/mypy-1.18.2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/mypy/mypy-1.18.2.ebuild
b/dev-python/mypy/mypy-1.18.2.ebuild
index d2334001ccb4..405e8bcf6151 100644
--- a/dev-python/mypy/mypy-1.18.2.ebuild
+++ b/dev-python/mypy/mypy-1.18.2.ebuild
@@ -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