summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-03-01 10:04:05 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-03-01 10:04:05 +0100
commitd0a2d7157e9c3d05a309d0959a791c577d15fb60 (patch)
tree058a020b6aa467d5051463b217de7eaf47e97f90 /dev-python/ewmh
parentdev-python/pdoc3: mark Python 3.11 compatible (diff)
downloadgentoo-d0a2d7157e9c3d05a309d0959a791c577d15fb60.tar.gz
gentoo-d0a2d7157e9c3d05a309d0959a791c577d15fb60.tar.bz2
gentoo-d0a2d7157e9c3d05a309d0959a791c577d15fb60.zip
dev-python/ewmh: mark Python 3.11 compatible
Closes: https://bugs.gentoo.org/896778 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-python/ewmh')
-rw-r--r--dev-python/ewmh/ewmh-0.1.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild
index eaee900fa347..abb9eb9c8520 100644
--- a/dev-python/ewmh/ewmh-0.1.6.ebuild
+++ b/dev-python/ewmh/ewmh-0.1.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1