Skip to content

Commit b7d2aa4

Browse files
committed
Bump coincurve dep max version to latest supported v20
1 parent a2d1334 commit b7d2aa4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
coincurve_versions:
5858
strategy:
5959
matrix:
60-
coincurve-version: [15, 16, 17]
60+
coincurve-version: [15, 16, 17, 18, '19.0.1', 20]
6161

6262
runs-on: ubuntu-latest
6363
steps:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
coincurve>=15.0,<19
1+
coincurve>=15.0,<21

0 commit comments

Comments
 (0)