From: Michał Górny Date: Mon, 25 May 2020 14:57:16 +0000 (+0200) Subject: dev-python/zope-event: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52f7825c2b275b94aff3a21263c5e72751983607;p=gentoo.git dev-python/zope-event: Port to py3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/zope-event/zope-event-4.4.ebuild b/dev-python/zope-event/zope-event-4.4.ebuild index fa29e97fc941..37fb76088c73 100644 --- a/dev-python/zope-event/zope-event-4.4.ebuild +++ b/dev-python/zope-event/zope-event-4.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1