From e29e8ba1c73077b372d83a4c1d1b5a7d2c3b8e46 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Wed, 18 May 2022 15:26:52 +0200 Subject: [PATCH] dev-python/python-jose: enable py3.11 Signed-off-by: Andrew Ammerlaan --- dev-python/python-jose/python-jose-3.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-jose/python-jose-3.3.0.ebuild b/dev-python/python-jose/python-jose-3.3.0.ebuild index 4a3698d38f439..91e269867da38 100644 --- a/dev-python/python-jose/python-jose-3.3.0.ebuild +++ b/dev-python/python-jose/python-jose-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 DESCRIPTION="A JavaScript Object Signing and Encryption (JOSE) implementation in Python"