From: Michał Górny Date: Wed, 27 May 2020 07:06:10 +0000 (+0200) Subject: dev-python/jaraco-functools: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=edebbd548c9280453d8d152e1395d5f6a13fbfd0;p=gentoo.git dev-python/jaraco-functools: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild index d4b3d6ee6cf3..b997d09613d0 100644 --- a/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild +++ b/dev-python/jaraco-functools/jaraco-functools-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) # [options.entry_points] is present in setup.cfg but it is empty DISTUTILS_USE_SETUPTOOLS=manual