commit: 0085bd0408ea277239e7bc2a70973c6f1cd259ca
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 13:00:43 2020 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep 3 15:48:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0085bd04
dev-python/pycapnp: add py38/39
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
dev-python/pycapnp/pycapnp-0.6.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pycapnp/pycapnp-0.6.4.ebuild
b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
index c8e8551a477..3c53d702de3 100644
--- a/dev-python/pycapnp/pycapnp-0.6.4.ebuild
+++ b/dev-python/pycapnp/pycapnp-0.6.4.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1