commit: 81ce2704bc7e97d6c8fdb151c88afd0eceb75274 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Sun Sep 13 19:18:26 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Sun Sep 13 19:21:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81ce2704
app-emulation/docker-compose: add Python 3.8 and 3.9 support Closes: https://github.com/gentoo/gentoo/pull/16570 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> app-emulation/docker-compose/docker-compose-1.27.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/docker-compose/docker-compose-1.27.2.ebuild b/app-emulation/docker-compose/docker-compose-1.27.2.ebuild index e8bbcae81ab..21b5b42471f 100644 --- a/app-emulation/docker-compose/docker-compose-1.27.2.ebuild +++ b/app-emulation/docker-compose/docker-compose-1.27.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit bash-completion-r1 distutils-r1