Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 802360a

Browse files
author
3np
committed
ci: switch unittests from cpython3.12 to pypy3.11
work around cpython 3.10 incompatibility with bencoder.pyx - whtsky/bencoder.pyx#143
1 parent e8113d8 commit 802360a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-13, ubuntu-latest]
12-
python-version: ["3.8", "3.12"]
12+
python-version: ["pypy3.8", "pypy3.11"]
1313
bitcoind-version: ["25.1", "29.0"]
1414

1515
steps:
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: v0.9.0
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
# - name: Cache venv

0 commit comments

Comments
 (0)