dev-python/pycollada: enable py3.11

Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
Marek Szuba
2022-09-22 12:30:59 +01:00
parent 78eb14ad88
commit e1d7960a1e

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Python library for reading and writing COLLADA documents"