Skip to content

Commit

Permalink
ci: test coincurve against latest Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Jul 22, 2024
1 parent 976c86d commit 93b54a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: 3.12
- name: Testing with Coincurve ${{ matrix.coincurve-version }}
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 93b54a4

Please sign in to comment.