From: Michał Górny Date: Mon, 25 May 2020 19:57:16 +0000 (+0200) Subject: dev-python/appdirs: Port to py39 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0292b8d072c3125acb9ceb4b489005439947903c;p=gentoo.git dev-python/appdirs: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/appdirs/appdirs-1.4.4.ebuild b/dev-python/appdirs/appdirs-1.4.4.ebuild index fcb6e362e930..76734e15ac07 100644 --- a/dev-python/appdirs/appdirs-1.4.4.ebuild +++ b/dev-python/appdirs/appdirs-1.4.4.ebuild @@ -5,7 +5,7 @@ EAPI=7 # note the patch below DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1