commit: 3c86a47db216758c0effed4b7fcd0867fed117a0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Mar 8 13:45:55 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Mar 8 14:26:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c86a47d
dev-python/zope-component: Enable py3.8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/zope-component/zope-component-4.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 71515f44d27..34c27ba55b4 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{2_7,3_6,3_7}) +PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) inherit distutils-r1 MY_PN=zope.component