summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:03:30 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:43:57 -0400
commit866351a1ee96caf7683edb2c5dd06af7c69d0af3 (patch)
treed2fdd221fb1e36c0b326fb5eacea26651ed0aa78 /app-accessibility/accerciser
parentapp-doc/xmltoman: add github upstream metadata (diff)
downloadgentoo-866351a1ee96caf7683edb2c5dd06af7c69d0af3.tar.gz
gentoo-866351a1ee96caf7683edb2c5dd06af7c69d0af3.tar.bz2
gentoo-866351a1ee96caf7683edb2c5dd06af7c69d0af3.zip
app-accessibility/accerciser: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-accessibility/accerciser')
-rw-r--r--app-accessibility/accerciser/accerciser-3.40.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/accerciser/accerciser-3.40.0.ebuild b/app-accessibility/accerciser/accerciser-3.40.0.ebuild
index 687347c02c7b..803f1ccca367 100644
--- a/app-accessibility/accerciser/accerciser-3.40.0.ebuild
+++ b/app-accessibility/accerciser/accerciser-3.40.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
inherit gnome2 python-single-r1