summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-09-16 07:51:53 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-09-16 07:51:53 +0300
commit4e86e9835510c40dd826c602cfc5e2eda1d2879a (patch)
treebc82ecc9c9ddd14d07b95b8b3c39a96d824c31a4 /dev-python/sphinx-notfound-page
parentsci-geosciences/gpxsee: bump to 9.6 (diff)
downloadgentoo-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.ebuild2
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