Skip to content

Commit

Permalink
Merge pull request #40 from LedgerHQ/update-protobuf-3.20
Browse files Browse the repository at this point in the history
Update protobuf to at least 3.20
  • Loading branch information
jibeee authored Jul 26, 2022
2 parents ac409eb + e8222d1 commit 690dccb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_version(rel_path):
name="ledgerwallet",
version=get_version("ledgerwallet/__init__.py"),
url="https://github.com/LedgerHQ/ledgerctl/",
python_requires=">=3.6",
python_requires=">=3.7",
license="MIT",
description="Python client and library to communicate with Ledger devices",
long_description=long_description,
Expand All @@ -39,7 +39,7 @@ def get_version(rel_path):
"hidapi",
"intelhex",
"Pillow",
"protobuf>=3.6",
"protobuf>=3.20",
"requests",
"tabulate",
],
Expand All @@ -49,7 +49,6 @@ def get_version(rel_path):
py_modules=["ledgerctl"],
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 690dccb

Please sign in to comment.