Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/btclib-org/btclib into psbt
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Nov 9, 2020
2 parents 1b8b349 + 085e839 commit d39cada
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: python
python:
- "3.7"
- "3.8"
- "3.9"
install:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -31,9 +31,10 @@
"bip32 bip39 electrum base58 bech32 segwit message-signing "
"bip340"
),
python_requires=">=3.8",
python_requires=">=3.7",
classifiers=[
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit d39cada

Please sign in to comment.