summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-29 19:17:09 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-29 19:36:59 +0300
commit9e19be31bdb022c90b369055ffe8708f39022eca (patch)
tree0b104847117d8b5f336188727d41663269f1a747
parentdev-python/sphinx-issues: enable py3.11 (diff)
downloadgentoo-9e19be31bdb022c90b369055ffe8708f39022eca.tar.gz
gentoo-9e19be31bdb022c90b369055ffe8708f39022eca.tar.bz2
gentoo-9e19be31bdb022c90b369055ffe8708f39022eca.zip
dev-python/sphinxemoji: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
index 754bb664c494..446873841359 100644
--- a/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
+++ b/dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1