diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:14:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 16:17:22 +0200 |
commit | e8587f1d6697309339a4c8e30ccbfa9ebd108760 (patch) | |
tree | 8123339ab2cd93cabe7b7fe210ea43b7d903f821 | |
parent | dev-python/latexcodec: Enable py3.10 (diff) | |
download | gentoo-e8587f1d6697309339a4c8e30ccbfa9ebd108760.tar.gz gentoo-e8587f1d6697309339a4c8e30ccbfa9ebd108760.tar.bz2 gentoo-e8587f1d6697309339a4c8e30ccbfa9ebd108760.zip |
dev-python/libnacl: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/libnacl/libnacl-1.7.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libnacl/libnacl-1.7.2-r1.ebuild b/dev-python/libnacl/libnacl-1.7.2-r1.ebuild index 22fb3719796a..004612b55001 100644 --- a/dev-python/libnacl/libnacl-1.7.2-r1.ebuild +++ b/dev-python/libnacl/libnacl-1.7.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{7..9}) +PYTHON_COMPAT=(python3_{8..10}) inherit distutils-r1 DESCRIPTION="Python ctypes wrapper for libsodium" |