commit: 5ed44c58aeaeaf4375321a7e8b5d25b9fee2d046 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Sep 2 10:42:01 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Sep 2 10:52:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ed44c58
dev-python/mypy_extensions: explain lack of py3.11 support So that devs whose own packages depend on this know why without wasting time on running tests themselves. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild index d3b1859e996a..cc8dc65b7e0d 100644 --- a/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild +++ b/dev-python/mypy_extensions/mypy_extensions-0.4.3-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +# fails test_typeddict_errors on py3.11 PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1