commit: 6b629cc051e0b3355923a83e8c66cd456f0a8c54 Author: Lucius Q. User <31438459+Lucius-Q-User <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Tue Dec 24 22:01:54 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Jan 3 19:50:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b629cc0
dev-python/josepy: Add support for python 3.8 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Sasha Finkelstein <finka1242 <AT> outlook.com> Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/josepy/josepy-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/josepy/josepy-1.2.0.ebuild b/dev-python/josepy/josepy-1.2.0.ebuild index a345fc6f361..7b9e2f43fe7 100644 --- a/dev-python/josepy/josepy-1.2.0.ebuild +++ b/dev-python/josepy/josepy-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 ) +PYTHON_COMPAT=( python2_7 python3_5 python3_6 python3_7 python3_8 ) inherit distutils-r1 DESCRIPTION="JOSE protocol implementation in Python"
