Skip to content

Commit 45db547

Browse files
darosiorofek
andcommitted
Upgrade maximum supported Coincurve version to 21
Thanks to Ofek Lev for the original PR to upgrade to the latest Coincurve: #47 Co-Authored-By: Ofek Lev <[email protected]>
1 parent 8aa6115 commit 45db547

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
coincurve_versions:
5151
strategy:
5252
matrix:
53-
coincurve-version: [15, 16, 17, 18, '19.0.1', 20]
53+
coincurve-version: [15, 16, 17, 18, '19.0.1', 20, 21]
5454

5555
runs-on: ubuntu-latest
5656
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "bip32"
77
version = "5.0.0"
88
dependencies = [
9-
"coincurve>=15.0,<21",
9+
"coincurve>=15.0,<22",
1010
]
1111
requires-python = ">=3.9"
1212
authors = [

0 commit comments

Comments
 (0)