Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-trio/
Date: Tue, 17 May 2022 12:20:13
Message-Id: 1652789980.bc28bc28cdb201f6252dcb93fe62b1fefe81da7e.andrewammerlaan@gentoo
1 commit: bc28bc28cdb201f6252dcb93fe62b1fefe81da7e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 12:00:16 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 12:19:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc28bc28
7
8 dev-python/sphinxcontrib-trio: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
16 index 00cced7a2fd1..441ce266fbea 100644
17 --- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
18 +++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 inherit distutils-r1
26
27 DESCRIPTION="Make Sphinx better at documenting Python functions and methods"