commit: d5c346f7a768707eb61068696234527959cae59b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 15:57:42 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 16:23:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c346f7
dev-python/beautifulsoup: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 5909b953a35..718b73bbf83 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