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

Commit e0348c3

Browse files
author
3np
committed
ci: switch unittests from cpython to pypy
work around cpython 3.10 incompatibility with bencoder.pyx - whtsky/bencoder.pyx#143
1 parent e8113d8 commit e0348c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
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.12"]
1313
bitcoind-version: ["25.1", "29.0"]
1414

1515
steps:

0 commit comments

Comments
 (0)