From: Michał Górny Date: Mon, 25 May 2020 06:09:02 +0000 (+0200) Subject: dev-python/strict-rfc3339: Enable python3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d544ea648a3f6b9fd3787735a6771ccf85259a5b;p=gentoo.git dev-python/strict-rfc3339: Enable python3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild index a2bc293f2095..c12a006c9b36 100644 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 ) inherit distutils-r1