diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:35:18 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:08 +0100 |
commit | d297528d7ac75f74c33134067db8c387a3846d3f (patch) | |
tree | 36dc1fc1688fbfcca593f59b53cabc94ce911b64 /dev-python/sphinx-aiohttp-theme | |
parent | dev-python/setproctitle-1.1.10-r1: python 3.8 support added. (diff) | |
download | gentoo-d297528d7ac75f74c33134067db8c387a3846d3f.tar.gz gentoo-d297528d7ac75f74c33134067db8c387a3846d3f.tar.bz2 gentoo-d297528d7ac75f74c33134067db8c387a3846d3f.zip |
dev-python/sphinx-aiohttp-theme-0.1.6: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@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 b6446239067b..151c55f59817 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 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7,8} ) inherit distutils-r1 |