summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-02-26 12:28:15 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-02-26 12:28:15 +0100
commit84eb3d1e2b7b60c9584c48ca68804824c399d2c3 (patch)
tree15840944469bbc2b834f21a67503cf6003565d54 /dev-python/sphinx-bootstrap-theme
parentdev-python/django-sortedm2m: enable py3.11 (diff)
downloadgentoo-84eb3d1e2b7b60c9584c48ca68804824c399d2c3.tar.gz
gentoo-84eb3d1e2b7b60c9584c48ca68804824c399d2c3.tar.bz2
gentoo-84eb3d1e2b7b60c9584c48ca68804824c399d2c3.zip
dev-python/sphinx-bootstrap-theme: enable py3.11
Closes: https://bugs.gentoo.org/896882 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r--dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
index 4027fb7575d3..fd1fab5f0119 100644
--- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..10} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1