Skip to content

Commit

Permalink
app-accessibility/accerciser: Add Python 3.11 compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed Oct 29, 2022
1 parent 2399dd7 commit 866351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-accessibility/accerciser/accerciser-3.40.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 866351a

Please sign in to comment.