Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/markdown-it-py/
Date: Sun, 29 May 2022 19:16:06
Message-Id: 1653851748.a326532f13ea24415b7e759e9ca49bbee04a9bd3.arthurzam@gentoo
1 commit: a326532f13ea24415b7e759e9ca49bbee04a9bd3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 18:58:37 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 19:15:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a326532f
7
8 dev-python/markdown-it-py: enable py3.11
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild
16 index d0e2f2e3281f..d87d24a6cf40 100644
17 --- a/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild
18 +++ b/dev-python/markdown-it-py/markdown-it-py-2.1.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25 DISTUTILS_USE_PEP517=flit
26 inherit distutils-r1