From 7421eb31f0f5a10e57c9443230c2ab3dd4eecfbd Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 10:42:32 +0200 Subject: [PATCH] dev-python/dotmap: enable py3.10 Signed-off-by: Alessandro Barbieri --- dev-python/dotmap/dotmap-1.3.30.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/dotmap/dotmap-1.3.30.ebuild b/dev-python/dotmap/dotmap-1.3.30.ebuild index fb4d14f7a2..51f2e9c33b 100644 --- a/dev-python/dotmap/dotmap-1.3.30.ebuild +++ b/dev-python/dotmap/dotmap-1.3.30.ebuild @@ -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