From 68208f7f69a0916aa7b36a42f10ecc807704b677 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sat, 8 Mar 2025 10:48:45 -0500 Subject: [PATCH 1/2] Upgrade `coincurve` versioning to allow 21.x --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2eba943..5c7ea6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -coincurve>=15.0,<21 +coincurve>=15.0,<22 From 33d72510028d229803044e3781a4e795b72f4381 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Tue, 11 Mar 2025 11:36:29 -0400 Subject: [PATCH 2/2] Update python-package.yml --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9ca619d..f4abe9d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -34,7 +34,7 @@ jobs: brew install autoconf automake libffi libtool pkg-config python pip install -r requirements.txt - name: Install python-bip32 from source - run: python setup.py install + run: pip install . - name: Test with pytest run: | pip install -r tests/requirements.txt @@ -72,4 +72,4 @@ jobs: pip install setuptools pip install -r tests/requirements.txt pip install -I coincurve==${{ matrix.coincurve-version }} - python setup.py install + pip install .