dev-python/namespace-zope: Enable python3.10

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-05-05 15:17:45 +02:00
parent b6c096d9f5
commit db774c044b

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
PYTHON_COMPAT=( pypy3 python3_{7..10} )
inherit python-r1
DESCRIPTION="Namespace package declaration for zope"