dev-python/dotmap: enable py3.10

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-28 10:42:32 +02:00
parent 62cb5fc6c7
commit 7421eb31f0

View File

@@ -3,8 +3,7 @@
EAPI=8
#don't bump to python 3.10 until https://github.com/drgrib/dotmap/issues/76 is resolved
PYTHON_COMPAT=( python3_{8..9} pypy3 )
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1