commit: 9140bd41659f2d0b0ebe49cf67d738ec76d17740
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 08:14:21 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 09:09:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9140bd41
dev-python/latexcodec: Add py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/latexcodec/latexcodec-2.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/latexcodec/latexcodec-2.0.0.ebuild
b/dev-python/latexcodec/latexcodec-2.0.0.ebuild
index eb517529d16..d0b505b9f68 100644
--- a/dev-python/latexcodec/latexcodec-2.0.0.ebuild
+++ b/dev-python/latexcodec/latexcodec-2.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1