summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 17:57:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 18:23:35 +0200
commitd5c346f7a768707eb61068696234527959cae59b (patch)
tree1963d9b590e460db8693aed0daa97fa70e9de9b6 /dev-python/beautifulsoup
parentdev-python/soupsieve: Port to py39 (diff)
downloadgentoo-d5c346f7a768707eb61068696234527959cae59b.tar.gz
gentoo-d5c346f7a768707eb61068696234527959cae59b.tar.bz2
gentoo-d5c346f7a768707eb61068696234527959cae59b.zip
dev-python/beautifulsoup: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r--dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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