diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-10-09 09:09:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-09 09:15:53 +0200 |
commit | d2bd198c73738e346f1cfbc9a9231759c2763e56 (patch) | |
tree | 48c874cfbb5b2936dce6a7f54b89234374cea2f8 /dev-python/zope-component | |
parent | dev-python/sybil: Port to py3.9 (diff) | |
download | gentoo-d2bd198c73738e346f1cfbc9a9231759c2763e56.tar.gz gentoo-d2bd198c73738e346f1cfbc9a9231759c2763e56.tar.bz2 gentoo-d2bd198c73738e346f1cfbc9a9231759c2763e56.zip |
dev-python/zope-component: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-component')
-rw-r--r-- | dev-python/zope-component/zope-component-4.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/zope-component/zope-component-4.4.1.ebuild b/dev-python/zope-component/zope-component-4.4.1.ebuild index 2dd6b633d078..0fb9299678a5 100644 --- a/dev-python/zope-component/zope-component-4.4.1.ebuild +++ b/dev-python/zope-component/zope-component-4.4.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_COMPAT=(python3_{6..9}) inherit distutils-r1 MY_PN=zope.component |