diff options
author | David Denoncin <gentoo@denoncin.fr> | 2023-02-21 09:42:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-21 09:28:54 +0000 |
commit | 6b8fd445ac10dc41e7f2c6085a0f6c06f8babc70 (patch) | |
tree | 43e95ced6b8f82a4c2c619296cb166aabd46aed4 /dev-python/pylatex | |
parent | dev-python/jaraco-text: clean remaining py3.8 artefacts (diff) | |
download | gentoo-6b8fd445ac10dc41e7f2c6085a0f6c06f8babc70.tar.gz gentoo-6b8fd445ac10dc41e7f2c6085a0f6c06f8babc70.tar.bz2 gentoo-6b8fd445ac10dc41e7f2c6085a0f6c06f8babc70.zip |
dev-python/pylatex: enable py3.11
Signed-off-by: David Denoncin <gentoo@denoncin.fr>
Closes: https://github.com/gentoo/gentoo/pull/29693
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pylatex')
-rw-r--r-- | dev-python/pylatex/pylatex-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |