commit: 5b3794f8f90515f2779691d9b8d716f9786b735d Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 10:28:37 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 12:45:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3794f8
dev-python/ansible-pygments: enable py3.11 Closes: https://bugs.gentoo.org/896746 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild index 77088a1a54f2..245c0808deda 100644 --- a/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild +++ b/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517="poetry" inherit distutils-r1
