Add python3_11 to PYTHON_COMPAT

This commit is contained in:
Kp 2023-03-04 13:03:28 +00:00
parent 114cdef1d2
commit b5a8f72e6e

View file

@ -8,7 +8,10 @@
# terms and a link to the Git history.
EAPI=7
PYTHON_COMPAT=( python3_10 )
# Python is only used to execute SCons. It is not used by any of the installed
# components.
PYTHON_COMPAT=( python3_10 python3_11 )
inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg
if [[ "$PV" = 9999 ]]; then