1 parent 786aeb6 commit 5fd9870Copy full SHA for 5fd9870
2 files changed
.github/workflows/cibuildwheel.yml
@@ -61,7 +61,7 @@ jobs:
61
- uses: actions/checkout@v4
62
- uses: actions/setup-python@v5
63
with:
64
- python-version: 'pypy-3.10'
+ python-version: 'pypy-3.11'
65
66
- name: Install system libraries
67
run: sudo apt install -y libunwind-dev libelf-dev libdwarf-dev rename
test_requirements.txt
@@ -3,6 +3,7 @@ requests
3
urllib3==1.26.6 ; python_version < '3.9'
4
backports.shutil_which
5
cffi
6
+setuptools
7
pytest
8
hypothesis
9
colorama
0 commit comments