diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 07:51:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-16 07:51:53 +0300 |
commit | 4e86e9835510c40dd826c602cfc5e2eda1d2879a (patch) | |
tree | bc82ecc9c9ddd14d07b95b8b3c39a96d824c31a4 /dev-python/sphinx-notfound-page | |
parent | sci-geosciences/gpxsee: bump to 9.6 (diff) | |
download | gentoo-4e86e9835510c40dd826c602cfc5e2eda1d2879a.tar.gz gentoo-4e86e9835510c40dd826c602cfc5e2eda1d2879a.tar.bz2 gentoo-4e86e9835510c40dd826c602cfc5e2eda1d2879a.zip |
dev-python/sphinx-notfound-page: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-notfound-page')
-rw-r--r-- | dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild index 4a0f8bb95683..521bc1d1cc04 100644 --- a/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild +++ b/dev-python/sphinx-notfound-page/sphinx-notfound-page-0.7.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{8..9} ) +PYTHON_COMPAT=( pypy3 python3_{8..10} ) inherit distutils-r1 |