summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-25 16:57:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-25 18:16:41 +0200
commit52f7825c2b275b94aff3a21263c5e72751983607 (patch)
tree8e077bac3145c176e962d854af53b42f4cb5be3d /dev-python
parentdev-python/wcwidth: Port to py3.9 (diff)
downloadgentoo-52f7825c2b275b94aff3a21263c5e72751983607.tar.gz
gentoo-52f7825c2b275b94aff3a21263c5e72751983607.tar.bz2
gentoo-52f7825c2b275b94aff3a21263c5e72751983607.zip
dev-python/zope-event: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/zope-event/zope-event-4.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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