diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-29 19:17:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-29 19:36:59 +0300 |
commit | 9e19be31bdb022c90b369055ffe8708f39022eca (patch) | |
tree | 0b104847117d8b5f336188727d41663269f1a747 /dev-python/sphinxemoji | |
parent | dev-python/sphinx-issues: enable py3.11 (diff) | |
download | gentoo-9e19be31bdb022c90b369055ffe8708f39022eca.tar.gz gentoo-9e19be31bdb022c90b369055ffe8708f39022eca.tar.bz2 gentoo-9e19be31bdb022c90b369055ffe8708f39022eca.zip |
dev-python/sphinxemoji: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/sphinxemoji')
-rw-r--r-- | dev-python/sphinxemoji/sphinxemoji-0.2.0.ebuild | 2 |
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 |