diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:32:38 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:32:38 +0100 |
commit | 65a83a272e4a29c8582f7d2ab15c014c9a218e6d (patch) | |
tree | f83bf00ad5ca8e2a415dba4186c8060db729740a /dev-python/btchip-python | |
parent | dev-python/mnemonic: drop python 3.7 (diff) | |
download | portage-65a83a272e4a29c8582f7d2ab15c014c9a218e6d.tar.xz |
dev-python/btchip-python: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'dev-python/btchip-python')
-rw-r--r-- | dev-python/btchip-python/btchip-python-0.1.32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/btchip-python/btchip-python-0.1.32.ebuild b/dev-python/btchip-python/btchip-python-0.1.32.ebuild index d50f29e2..83c822e7 100644 --- a/dev-python/btchip-python/btchip-python-0.1.32.ebuild +++ b/dev-python/btchip-python/btchip-python-0.1.32.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) inherit distutils-r1 DESCRIPTION="Python communication library for Ledger Hardware Wallet products" |