dev-python/hijri-converter: enable py3.10, pypy3

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-01-09 04:30:39 +05:00
parent a6009517c7
commit 9cf8a58f55
2 changed files with 6 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
@@ -16,4 +16,5 @@ SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests pytest
distutils_enable_sphinx docs