diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-21 21:01:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 11:15:59 +0300 |
commit | af1f3f840b82ad7ecb06b9b4fe86ccd624ec41da (patch) | |
tree | b4c3291fe5c9cf3779265fc9406c5e7a6cc380ba /dev-python/sphinx-aiohttp-theme | |
parent | dev-python/sphinxcontrib-newsfeed: enable py3.10 (diff) | |
download | gentoo-af1f3f840b82ad7ecb06b9b4fe86ccd624ec41da.tar.gz gentoo-af1f3f840b82ad7ecb06b9b4fe86ccd624ec41da.tar.bz2 gentoo-af1f3f840b82ad7ecb06b9b4fe86ccd624ec41da.zip |
dev-python/sphinx-aiohttp-theme: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-aiohttp-theme')
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 f2b632ec308c..a544af613236 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 |