commit: 163278626a7f0304b6c45d8f50ca3b91612ee9ea Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 01:54:30 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Oct 16 02:04:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16327862
dev-python/tinyrpc: add py38 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/tinyrpc/tinyrpc-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild b/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild index f5cfd1e9329..a6dfd9a05e2 100644 --- a/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild +++ b/dev-python/tinyrpc/tinyrpc-1.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 DESCRIPTION="A protocol neutral RPC library that supports JSON-RPC and zmq."