summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:02:32 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:11:11 +0100
commit4b6b6b5e0a2beecfa992d72d1b8dc0083def93a7 (patch)
treee8229a361f3ca4f607ee90b0cbd712f7b8719bb0
parentnet-p2p/c-lightning: version bump (diff)
downloadportage-4b6b6b5e0a2beecfa992d72d1b8dc0083def93a7.tar.xz
dev-python/shamir-mnemonic: enable python3_10
Package-Manager: Portage-3.0.30, Repoman-3.0.3
-rw-r--r--dev-python/shamir-mnemonic/shamir-mnemonic-0.2.1.ebuild4
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"