Skip to content

Commit

Permalink
Bump coincurve dep max version to latest supported v20
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Jul 22, 2024
1 parent bbf0c94 commit 976c86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
coincurve_versions:
strategy:
matrix:
coincurve-version: [15, 16, 17]
coincurve-version: [15, 16, 17, 18, 19, 20]

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
coincurve>=15.0,<19
coincurve>=15.0,<=20

0 comments on commit 976c86d

Please sign in to comment.