beautifulsoup-4.6.3 Python 3.7 compatibility

This commit is contained in:
Andreas Billmeier 2019-01-06 20:07:26 +01:00
parent d5046befcb
commit 62f72e240a

View File

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
inherit distutils-r1