From af1f3f840b82ad7ecb06b9b4fe86ccd624ec41da Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 21 Aug 2021 21:01:14 +0300 Subject: [PATCH] dev-python/sphinx-aiohttp-theme: enable py3.10 Signed-off-by: Arthur Zamarin --- .../sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild index f2b632ec308c4..a544af6132364 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1