diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 13:19:18 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-17 14:19:20 +0200 |
commit | ac8e66923c3491ec7ed788b7ee92236982218602 (patch) | |
tree | 0671602e139f5a57113364b743ac64fc3293d535 /dev-python/latexcodec | |
parent | dev-python/mss: enable py3.11 and disable py3.7 (diff) | |
download | gentoo-ac8e66923c3491ec7ed788b7ee92236982218602.tar.gz gentoo-ac8e66923c3491ec7ed788b7ee92236982218602.tar.bz2 gentoo-ac8e66923c3491ec7ed788b7ee92236982218602.zip |
dev-python/latexcodec: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/latexcodec')
-rw-r--r-- | dev-python/latexcodec/latexcodec-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/latexcodec/latexcodec-2.0.1.ebuild b/dev-python/latexcodec/latexcodec-2.0.1.ebuild index 3fac1b0162d1..ed4e886f4063 100644 --- a/dev-python/latexcodec/latexcodec-2.0.1.ebuild +++ b/dev-python/latexcodec/latexcodec-2.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |