dev-python/beautifulsoup: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 15:57:42 +0000 (17:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:23:35 +0000 (18:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild

index 5909b953a3521aefd79b499a8045d3959af8bafb..718b73bbf83d6fa6a05da45b1e0657e9c1296e54 100644 (file)
@@ -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