Skip to content

Commit 27a4036

Browse files
committed
ci: test coincurve against latest Python version
1 parent 7d8e0cb commit 27a4036

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
- name: Set up Python 3.10
6060
uses: actions/setup-python@v2
6161
with:
62-
python-version: '3.10'
62+
python-version: 3.12
6363
- name: Testing with Coincurve ${{ matrix.coincurve-version }}
6464
run: |
6565
python -m pip install --upgrade pip
66-
pip install pytest
67-
pip install -r requirements.txt -r tests/requirements.txt
66+
pip install setuptools
67+
pip install -r tests/requirements.txt
6868
pip install -I coincurve==${{ matrix.coincurve-version }}
6969
python setup.py install

0 commit comments

Comments
 (0)