Skip to content

Commit

Permalink
updated pypy versions and tested py3.12 with libsecp256k1 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Jul 7, 2023
1 parent a1e7fd8 commit 8d5393e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-pydev.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# as of 2023-01-01 windows-latest does crash
# as of 2023-07-01 windows-latest does crash
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout code
Expand All @@ -26,7 +26,7 @@ jobs:
with:
python-version: 3.12-dev
- name: Run pytest
# do not install requirements.txt to avoid building secp256k1
run: |
python -m pip install --upgrade -rrequirements.txt
python -m pip install --upgrade -rrequirements-dev.txt
pytest
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.8", "pypy3.9"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9", "pypy3.10"]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 8d5393e

Please sign in to comment.