diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 17:57:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 18:23:35 +0200 |
commit | d5c346f7a768707eb61068696234527959cae59b (patch) | |
tree | 1963d9b590e460db8693aed0daa97fa70e9de9b6 /dev-python/beautifulsoup | |
parent | dev-python/soupsieve: Port to py39 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |