Skip to content

Commit

Permalink
app-admin/supervisor: add Python 3.10 support
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Sautier <[email protected]>
  • Loading branch information
sbraz committed May 31, 2021
1 parent 8557e51 commit a5f2572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-admin/supervisor/supervisor-4.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( pypy3 python3_{7..9} )
PYTHON_COMPAT=( pypy3 python3_{7..10} )
# xml.etree.ElementTree module required.
PYTHON_REQ_USE="xml(+)"
DISTUTILS_USE_SETUPTOOLS=rdepend
Expand Down

0 comments on commit a5f2572

Please sign in to comment.