diff options
author | Sam James <sam@gentoo.org> | 2022-05-19 04:26:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-19 04:26:36 +0000 |
commit | 5b9c0180def9fc8b667dd5a217124c7b8d20f767 (patch) | |
tree | ec3b72bbf094e1c55b878d45592797d6a3be22ec /dev-python/sphinx-epytext | |
parent | net-misc/electron-cash: update upstream metadata (diff) | |
download | gentoo-5b9c0180def9fc8b667dd5a217124c7b8d20f767.tar.gz gentoo-5b9c0180def9fc8b667dd5a217124c7b8d20f767.tar.bz2 gentoo-5b9c0180def9fc8b667dd5a217124c7b8d20f767.zip |
dev-python/sphinx-epytext: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-epytext')
-rw-r--r-- | dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild index 604010ab6690..fd6bd21839a7 100644 --- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |