diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 19:40:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 19:40:58 +0200 |
commit | 467b721fc289a527a544bc731a3cf98408e4c9f3 (patch) | |
tree | 90af70969931c8984aa53ca45c75d6a3f58021eb /dev-python/josepy | |
parent | dev-python/itypes: Enable py3.12 (diff) | |
download | gentoo-467b721fc289a527a544bc731a3cf98408e4c9f3.tar.gz gentoo-467b721fc289a527a544bc731a3cf98408e4c9f3.tar.bz2 gentoo-467b721fc289a527a544bc731a3cf98408e4c9f3.zip |
dev-python/josepy: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/josepy')
-rw-r--r-- | dev-python/josepy/josepy-1.13.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/josepy/josepy-1.13.0.ebuild b/dev-python/josepy/josepy-1.13.0.ebuild index 45eafeb488c2..75d4dd3a0381 100644 --- a/dev-python/josepy/josepy-1.13.0.ebuild +++ b/dev-python/josepy/josepy-1.13.0.ebuild @@ -4,7 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) + inherit distutils-r1 pypi DESCRIPTION="JOSE protocol implementation in Python" |