diff options
author | David Denoncin <ddenoncin@gmail.com> | 2022-03-26 15:18:35 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-01 20:22:14 +0200 |
commit | 38d7c365366b50c8b3b0859d5f3aab69672650be (patch) | |
tree | 618c9a7a11766221bb74cb19e020cd9740b771cf /dev-python/pylatex | |
parent | dev-python/pylatex: fix bug 798381 (diff) | |
download | gentoo-38d7c365366b50c8b3b0859d5f3aab69672650be.tar.gz gentoo-38d7c365366b50c8b3b0859d5f3aab69672650be.tar.bz2 gentoo-38d7c365366b50c8b3b0859d5f3aab69672650be.zip |
dev-python/pylatex: enable py3.10
Signed-off-by: David Denoncin <ddenoncin@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/24791
Signed-off-by: Florian Schmaus <flow@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 a177d4c8eac0..bb22065092e9 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_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 optfeature |