summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:12:21 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:12:21 -0500
commitff381842cb046f65b82d9ea62ffbae4ea50aa27d (patch)
tree1997d3aec8cf5dc43385a29c9beadb476729d48d /dev-python
parentdd1d20aac92e3fd31dd0db522d84a0c49cb500ac (diff)
downloadgentoo-ff381842cb046f65b82d9ea62ffbae4ea50aa27d.tar.gz
gentoo-ff381842cb046f65b82d9ea62ffbae4ea50aa27d.tar.bz2
gentoo-ff381842cb046f65b82d9ea62ffbae4ea50aa27d.zip
dev-python/misaka: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/misaka/misaka-2.1.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/misaka/misaka-2.1.1-r1.ebuild b/dev-python/misaka/misaka-2.1.1-r1.ebuild
index a74258ab70ed..7a8f6b03444a 100644
--- a/dev-python/misaka/misaka-2.1.1-r1.ebuild
+++ b/dev-python/misaka/misaka-2.1.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1