commit: 8530b43927318e3277a0786d3253ac54bd9b9740 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Mon May 10 21:01:01 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 14 11:21:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8530b439
dev-python/discogs-client: enable Python3.9 Closes: https://bugs.gentoo.org/789141 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/discogs-client/discogs-client-2.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/discogs-client/discogs-client-2.2.2.ebuild b/dev-python/discogs-client/discogs-client-2.2.2.ebuild index 4f8309d6b37..bb0ce05da41 100644 --- a/dev-python/discogs-client/discogs-client-2.2.2.ebuild +++ b/dev-python/discogs-client/discogs-client-2.2.2.ebuild @@ -1,8 +1,8 @@ -# 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_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1
