diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-21 20:29:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 11:15:58 +0300 |
commit | 9d22d8a99dda2f8f43efe4d68a65f444469156e5 (patch) | |
tree | f4fca468f78bf030ece284ffff97aa54eba71063 /dev-python/sphinxcontrib-newsfeed | |
parent | dev-python/sphinxcontrib-asyncio: enable py3.10 (diff) | |
download | gentoo-9d22d8a99dda2f8f43efe4d68a65f444469156e5.tar.gz gentoo-9d22d8a99dda2f8f43efe4d68a65f444469156e5.tar.bz2 gentoo-9d22d8a99dda2f8f43efe4d68a65f444469156e5.zip |
dev-python/sphinxcontrib-newsfeed: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-newsfeed')
-rw-r--r-- | dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild index de97fa459833..fce5769cc191 100644 --- a/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild +++ b/dev-python/sphinxcontrib-newsfeed/sphinxcontrib-newsfeed-0.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |