diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 21:36:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-15 21:36:00 +0300 |
commit | f027906ed4970b6e69477d4b971b2eedf422a1a1 (patch) | |
tree | ae51c986f3f03cf7c15c7276138566ecffa557ba /dev-python/sphinx-aiohttp-theme | |
parent | dev-python/sphinx-aiohttp-theme: EAPI=8, PEP517 (diff) | |
download | gentoo-f027906ed4970b6e69477d4b971b2eedf422a1a1.tar.gz gentoo-f027906ed4970b6e69477d4b971b2eedf422a1a1.tar.bz2 gentoo-f027906ed4970b6e69477d4b971b2eedf422a1a1.zip |
dev-python/sphinx-aiohttp-theme: enable py3.11
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-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild index 318f1078690d..af017f6db7c3 100644 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild +++ b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.6-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |