dev-libs/cglm: enable py3.11

Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-10-23 19:45:14 +02:00
parent 78363719f5
commit 9dd4cda9fb

View File

@@ -7,7 +7,7 @@ DOCS_BUILDER="sphinx"
DOCS_AUTODOC=0
DOCS_DIR="${S}/docs/source"
PYTHON_COMPAT=( python3_{8,9,10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit python-any-r1
inherit docs meson