commit: bd82b906c4dbd4f46fb71cf47f4a1f12e3c14816 Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de> AuthorDate: Thu Dec 10 20:42:00 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Dec 17 13:48:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd82b906
app-i18n/transifex-client: add support for Python 3.9 Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de> Closes: https://github.com/gentoo/gentoo/pull/18603 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> app-i18n/transifex-client/transifex-client-0.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/transifex-client/transifex-client-0.14.2.ebuild b/app-i18n/transifex-client/transifex-client-0.14.2.ebuild index 29ac0d2eb48..c47845da62f 100644 --- a/app-i18n/transifex-client/transifex-client-0.14.2.ebuild +++ b/app-i18n/transifex-client/transifex-client-0.14.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1
