diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-06-14 22:02:32 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-06-14 22:11:11 +0100 |
commit | 4b6b6b5e0a2beecfa992d72d1b8dc0083def93a7 (patch) | |
tree | e8229a361f3ca4f607ee90b0cbd712f7b8719bb0 /dev-python | |
parent | net-p2p/c-lightning: version bump (diff) | |
download | portage-4b6b6b5e0a2beecfa992d72d1b8dc0083def93a7.tar.xz |
dev-python/shamir-mnemonic: enable python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/shamir-mnemonic/shamir-mnemonic-0.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shamir-mnemonic/shamir-mnemonic-0.2.1.ebuild b/dev-python/shamir-mnemonic/shamir-mnemonic-0.2.1.ebuild index 237d5cc2..7837191a 100644 --- a/dev-python/shamir-mnemonic/shamir-mnemonic-0.2.1.ebuild +++ b/dev-python/shamir-mnemonic/shamir-mnemonic-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) inherit distutils-r1 DESCRIPTION="Shamir's Secret-Sharing for Mnemonic Codes" |