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@gentoo.org>
This commit is contained in:
Marek Szuba
2022-09-02 11:42:01 +01:00
parent 6053e1fa66
commit 5ed44c58ae

View File

@@ -3,6 +3,7 @@
EAPI=8
# fails test_typeddict_errors on py3.11
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1