From: Michał Górny Date: Tue, 26 May 2020 15:57:42 +0000 (+0200) Subject: dev-python/beautifulsoup: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5c346f7a768707eb61068696234527959cae59b;p=gentoo.git dev-python/beautifulsoup: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild index 5909b953a352..718b73bbf83d 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1