dev-python/ewmh: mark Python 3.11 compatible

Closes: https://bugs.gentoo.org/896778
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2023-03-01 10:04:05 +01:00
parent 1b7c6986d8
commit d0a2d7157e

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1