diff options
author | 2023-01-24 21:14:59 +0200 | |
---|---|---|
committer | 2023-01-24 22:24:22 +0200 | |
commit | f39d206600c39b48a91ea92493af793e3909dc8c (patch) | |
tree | 740e9e60a51b05f100ebde8858c90f76eb1fd9ba /dev-python | |
parent | www-client/microsoft-edge-dev: remove old (diff) | |
download | gentoo-f39d206600c39b48a91ea92493af793e3909dc8c.tar.gz gentoo-f39d206600c39b48a91ea92493af793e3909dc8c.tar.bz2 gentoo-f39d206600c39b48a91ea92493af793e3909dc8c.zip |
dev-python/sphinxcontrib-programoutput: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild index 12825b6ed425..b426723ce678 100644 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild +++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |