diff options
| author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:00:16 +0200 |
|---|---|---|
| committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:19:40 +0200 |
| commit | bc28bc28cdb201f6252dcb93fe62b1fefe81da7e (patch) | |
| tree | 80a55e9bd9633a2f413cb54adcb1ed6f4b615f5d /dev-python | |
| parent | 2f93e73e3ab6cced762298ffe043b55041d4517c (diff) | |
| download | gentoo-bc28bc28cdb201f6252dcb93fe62b1fefe81da7e.tar.gz gentoo-bc28bc28cdb201f6252dcb93fe62b1fefe81da7e.tar.bz2 gentoo-bc28bc28cdb201f6252dcb93fe62b1fefe81da7e.zip | |
dev-python/sphinxcontrib-trio: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild index 00cced7a2fd1..441ce266fbea 100644 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="Make Sphinx better at documenting Python functions and methods" |
