From: Michał Górny Date: Tue, 26 May 2020 09:53:02 +0000 (+0200) Subject: dev-python/werkzeug: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3417c82548585c038be183564a58c2b47258454c;p=gentoo.git dev-python/werkzeug: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/werkzeug/werkzeug-1.0.1.ebuild b/dev-python/werkzeug/werkzeug-1.0.1.ebuild index e8ca9a64eead..d44e42fa9da8 100644 --- a/dev-python/werkzeug/werkzeug-1.0.1.ebuild +++ b/dev-python/werkzeug/werkzeug-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1