diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-05-31 19:13:45 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-05-31 19:15:32 +0200 |
| commit | 1a7ca2b2d71bd2c1716b5f075dbda35b05dee65c (patch) | |
| tree | 3dc0860c7bd03d8f6da57e31f0efe7a4d479dec6 /dev-python | |
| parent | 9f985a21348b8528ce8a239ac0a23383203124c7 (diff) | |
| download | gentoo-1a7ca2b2d71bd2c1716b5f075dbda35b05dee65c.tar.gz gentoo-1a7ca2b2d71bd2c1716b5f075dbda35b05dee65c.tar.bz2 gentoo-1a7ca2b2d71bd2c1716b5f075dbda35b05dee65c.zip | |
dev-python/jedi: Enable py3.14
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/jedi/jedi-0.19.2.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/dev-python/jedi/jedi-0.19.2.ebuild b/dev-python/jedi/jedi-0.19.2.ebuild index 624585a312fe..55e81b8ba246 100644 --- a/dev-python/jedi/jedi-0.19.2.ebuild +++ b/dev-python/jedi/jedi-0.19.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) inherit distutils-r1 @@ -84,6 +84,14 @@ python_test() { test/test_inference/test_gradual/test_typeshed.py::test_module_exists_only_as_stub ) ;; + python3.14*) + EPYTEST_DESELECT+=( + # type annotation printing difference + test/test_inference/test_mixed.py::test_compiled_signature_annotation_string + # extra attributes in os + test/test_utils.py::TestSetupReadline::test_import + ) + ;; esac # some plugin breaks case-insensitivity on completions |
