Skip to content

Commit 5fd9870

Browse files
committed
add setuptools, move pypy to 3.11
1 parent 786aeb6 commit 5fd9870

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎.github/workflows/cibuildwheel.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: actions/setup-python@v5
6363
with:
64-
python-version: 'pypy-3.10'
64+
python-version: 'pypy-3.11'
6565

6666
- name: Install system libraries
6767
run: sudo apt install -y libunwind-dev libelf-dev libdwarf-dev rename

‎test_requirements.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ requests
33
urllib3==1.26.6 ; python_version < '3.9'
44
backports.shutil_which
55
cffi
6+
setuptools
67
pytest
78
hypothesis
89
colorama

0 commit comments

Comments
 (0)