summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 15:26:52 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 16:22:38 +0200
commite29e8ba1c73077b372d83a4c1d1b5a7d2c3b8e46 (patch)
treeee7d116ee44efbe9d20b137f2ad6ae3755033590 /dev-python/python-jose
parentdev-python/python-sshpubkeys: enable py3.11 (diff)
downloadgentoo-e29e8ba1c73077b372d83a4c1d1b5a7d2c3b8e46.tar.gz
gentoo-e29e8ba1c73077b372d83a4c1d1b5a7d2c3b8e46.tar.bz2
gentoo-e29e8ba1c73077b372d83a4c1d1b5a7d2c3b8e46.zip
dev-python/python-jose: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/python-jose')
-rw-r--r--dev-python/python-jose/python-jose-3.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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 4a3698d38f43..91e269867da3 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"