commit: 6b8fd445ac10dc41e7f2c6085a0f6c06f8babc70 Author: David Denoncin <gentoo <AT> denoncin <DOT> fr> AuthorDate: Tue Feb 21 08:42:53 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 21 09:28:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b8fd445
dev-python/pylatex: enable py3.11 Signed-off-by: David Denoncin <gentoo <AT> denoncin.fr> Closes: https://github.com/gentoo/gentoo/pull/29693 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pylatex/pylatex-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pylatex/pylatex-1.4.1.ebuild b/dev-python/pylatex/pylatex-1.4.1.ebuild index 72df899bed09..55e919e2046a 100644 --- a/dev-python/pylatex/pylatex-1.4.1.ebuild +++ b/dev-python/pylatex/pylatex-1.4.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 MY_PN="PyLaTeX" MY_P="${MY_PN}-${PV}" -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature
